After working with the optimization of my entity beans I have taken the page 
load down from 5 seconds to 1 or less by switching to using CMR methods of my 
entity beans instead of using the finder methods of the target side of the 
relationship. I setup read ahead with on-find and noticed a huge difference in 
performance. Another thing I made sure of was that my methods were wrapped 
within transactions to call fewer SQL statements.  This just proves that you 
must plan out your entity beans and implement them properly or you will suffer 
from some severe performance problems which I'm sure have turned many people 
away. Best of luck to you all.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856897#3856897

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856897


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to