state « Session « JSF Q&A





1. Saving data to session in JSF    stackoverflow.com

I am new to the world of J(2)EE and web app development but am quickly navigating my way around it and learning a lot. Every day is a fantastic voyage of ...

2. JSF 2.0 Partial Session Saving Not Working    stackoverflow.com

I am evaluating the possibility of using JSF in a high-traffic website. I am told that in JSF 2.0 the component tree is not stored in the session, and that only ...

3. Pass session data Between two different applications    stackoverflow.com

I have two applications running on Tomcat, JSF 2 Mojarra 2. Both applications are mapped to the same domain but each to a different pattern withing this domain. One application is ...