Hello, I've got a number of separate struts/tiles web applications which I'm consolidating under a single login. These separate applications need to be kept separate because they may need to exist on different physical servers, have different hardware needs, etc. Also, we do not want to have to reload everything every time one piece of functionality changes. However, from the user's point of view, they should all look like a single application.
To that end, I'd like to have my tiles template and certain of the common tiles (header, footer, etc.) centralized, able to be used by all of the distinct applications. Is there a way to do this? Currently we are running Struts 1.0, but will probably be moving to 1.1 for the consolidation project. Is there a better way of achieving the goals of 1. unified maintainable interface; 2. single login; 3. webapps with very distinct physical needs; 4. enable updates to a single app w/o having to touch all apps? Thanks! Dora Raymaker Sr. Technical Writer XO Communications, Interactive Division 503.972.6808 [EMAIL PROTECTED]

