[jboss-user] [JBoss Seam] - Re: Getting LazyInitializationErrors with a SMPC

norman.richards@jboss.com do-not-reply at jboss.com
Wed Dec 27 10:51:20 EST 2006


On the facelets question, remember that the ultimate goal of any view technology in JSF is to produce a UI model.  In the JSP case, you have a JSP which generates a .java, compiles to a .class.  The servlet is then loaded into to memory.  When a request comes in, the servlet excutes and produces a UI model for JSF to use.  With facelets, the .xhtml file is compile to a UI model in memory for JSF.

Which do you think is more efficient?



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

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



More information about the jboss-user mailing list