Hi Clinton Begin, Brandon Goodin & Larry Meadors,
I am using iBatis +
JSF + Portlet and i am facing serious performance problem.
In my application there are around 150 tables. So there are 150 sqlmap.xml files. So when ever i am starting the system and accessing first time any data. All the sqlmap files are getting loaded into memory. As a result system takes 15 - 30 minute to retrive the data. Is there any solution for this?
Can I covert xml files into class files?
I tried lazy loading but it is not working.
Please Let me know if any information is needed from system side.
Any