• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

JSF Library mimicking Windows MDI

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I will be grateful to someone who can tell me a JSF library which allows me to add windows within the webpage with maximize , minimize and restore buttons, which can be moved and zorder can be changed by the user, like in a MDI windows application. Thanks in advance.
 
Saloon Keeper
Posts: 28417
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch, Buddhika!

Wow. MDI kind of went out of style a long time ago. I did some Googling, and didn't turn up much.

For basic resizable multi-pane windows, the CSS DIV in conjunction with Facelets suffices.

However, full MDI, with a free-form workspace would require a lot of work, and since, like I said, MDI isn't really all that popular anymore, you'd probably have to do most of the work itself.

About the closest thing to an MDI look-and-feel in J2Ee you'd get without significant work would be to set up a portal where the various panes would be backed by J2EE portlets. LifeRay is a popular portal server, and we have a forum for portals here on the Ranch. You can write portlets using a number of different frameworks, including JSF.
 
Buddhika Ariyaratne
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for the detailed answer. I will try and post a feedback after attempting.
 
It was the best of times. It was the worst of times. It was a tiny ad.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic