File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes JSF and MDI (Multiple Document Interface) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF and MDI (Multiple Document Interface)" Watch "JSF and MDI (Multiple Document Interface)" New topic
Author

JSF and MDI (Multiple Document Interface)

Sven Gabel
Greenhorn

Joined: Feb 18, 2008
Posts: 1
Hi,

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
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13433
"seven",
Please check your private messages.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 16622

Seven or Sven, you need your real first name first, then your real last name last.

Thanks

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 16622

Originally posted by seven:
Hi,

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
 
IntelliJ Java IDE
 
subject: JSF and MDI (Multiple Document Interface)
 
Threads others viewed
Differences between SDI and MDI swing?
how to do this?
Displaying Frames inside a Frame
Passed!
Multiple Document interface in browser
IntelliJ Java IDE