I’m using JSF 2.0 and Glassfish 3.1 and have the following problem:
I’ve got an application in which two users must participate. The first user should set up the session and then get to a wait page. When the second user joins, the first one should be redirected to the application page. Is this possible in JSF, and if yes, how?
1 Answer