Paul Sturrock wrote:Why do you want to do this? What is it you are trying to achieve? How do you want ot divide yuior application?
My application is getting bigger and bigger, so i would like break the app into multiple sub appliaction.
The flow is as follows.
1)Client log in to the applications.
user is validated
2) Based on the user's role a menu is displayed on the left.
3) When the user click the link i would like to go to a (new ear) or (a new war file with in a ear).
My question here is when i click the link and if i go to a different ear or war file, how will i maintain the security and roles of the user in the other war or ear file.
I guess we cannot Share the session between the war files or Ear files.
Thanks