[jboss-user] [JBoss Seam] - Re: Seam performance concerns
mgrouch
do-not-reply at jboss.com
Sat Jun 23 11:08:18 EDT 2007
Try using one transaction per page load (preferably with one EJB call in case of CMT). You might have to use wrapper transfer objects (which are considered not necessary nowadays) to wrap entities of different types.
This made big difference in my case. Do not forget to cache JNDI lookups.
See also other people experience here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=105674
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057136#4057136
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057136
More information about the jboss-user
mailing list