S
schmen
I have a web app (struts 1.1, jsp and servlets running on Tomcat
4.1.4) that I would like to provide the flexibility to modularize as
much of the features as possible. A pseudo portal.
For example - the "main" application would provide and manage the
session, and would look to the pluggin's of the struts-config file.
The entries within the pluggins would correspond to the features that
I would like to expose - "HR", "Purchasing", "Office Mgt", etc
....each pluggin would be presented as a tab on the main page.
The reason why I am looking for this type of "framework" is that I am
looking for the ability to take down a specific feature (unplug it) so
that the rest of the site can run - for maintenance, upgrades, etc...
Is something like this possible, or even recommended?
Thanks!
4.1.4) that I would like to provide the flexibility to modularize as
much of the features as possible. A pseudo portal.
For example - the "main" application would provide and manage the
session, and would look to the pluggin's of the struts-config file.
The entries within the pluggins would correspond to the features that
I would like to expose - "HR", "Purchasing", "Office Mgt", etc
....each pluggin would be presented as a tab on the main page.
The reason why I am looking for this type of "framework" is that I am
looking for the ability to take down a specific feature (unplug it) so
that the rest of the site can run - for maintenance, upgrades, etc...
Is something like this possible, or even recommended?
Thanks!