[jboss-user] [JBoss Seam] - Re: Seam performance concerns

mgrouch do-not-reply at jboss.com
Sat Jun 23 02:12:21 EDT 2007


Another thing:

JSF doesn't (in base components) let you to define a variable on a page.
So people quite often would write something like

#{hashMapBean[key].prop}

in many places on the page, which in fact leads to looking up hashMap many times + using reflection to access property.

JSF also has several (6) stages of processing the question and it operates on
a tree of JSF components on these stages which also slowing things down.



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

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



More information about the jboss-user mailing list