[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications
amitev
do-not-reply at jboss.com
Tue Aug 28 09:04:46 EDT 2007
Seam is using custom faces context factory where creates a semaphor that synchronizes the creaton of faces context for the current session if the current faces contex is not released. But this does not mean that the action method will be called twice. This means that there will not be two concurent invokations.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078741#4078741
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078741
More information about the jboss-user
mailing list