after crawling the Internet for Information on this topic - without finding any...does anybody know, if an Application based on JSF (MyFaces) can easily be MDI (Multiple Document Interface) enabled?! That means: If you connect to a JSF App with Firefox, and open an other Firefox instance, and connect to the same App, it uses the same Session like the first instance. Instead, a new Session should be opened.
after crawling the Internet for Information on this topic - without finding any...does anybody know, if an Application based on JSF (MyFaces) can easily be MDI (Multiple Document Interface) enabled?! That means: If you connect to a JSF App with Firefox, and open an other Firefox instance, and connect to the same App, it uses the same Session like the first instance. Instead, a new Session should be opened.
Thanks,
Sven
Some frameworks allow you to get what you need. I work for JBoss, and I know Seam will have a different session for each tab or window if you want, with back buttons working. I would like to hear if Spring's Web Framework also does this, it would be nice to have many options for you.
Mark
subject: JSF and MDI (Multiple Document Interface)