• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

multiple modular application implemetation using struts

 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ALL!!!
i was :roll: is it a possibilty to have multiple modular application using struts???
I want to look into the possibility of using struts in a project where in we may have multiple modules (each capable enough to run as an independent application such as .war files in Websphere)... and i must have some common control on all of them....e.g. User login details...i.e. if a user logs in to the system ...he should be able to access every module(or small app) in it...and when he logs out from any such module...he should not be able to access the other modules and should see the appropriate page....
Can anybody throw somelight on this???
Thankyou for ur interest and time....
Lusha
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.onjava.com/pub/a/onjava/2002/10/30/jakarta.html?page=2
 
reply
    Bookmark Topic Watch Topic
  • New Topic