• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

menu system in front of a J2EE application

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,

I need your advice about this:

I have a J2EE application that runs on Websphere application server.

The application contains a several web projects (WARs).

I need to implement a menu page that will be the front for all that web projects.

1. Should that menu be a separate web project (WAR) in my application and contain references to the other web projects? Or is there another way?

2. Is struts-menu suitable for this purpose? Is it mature enough?

Thanks
Rivka
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This seems more of a general J2EE question than a security question, so I'll moe the thread to the J2EE forum. Please continue the discussion over there.
reply
    Bookmark Topic Watch Topic
  • New Topic