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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to