RE: MVC problem

2000-11-30 Thread Aiken, David
That sounds workable.. i looked for an archive of this newsgroup but didn't have any luck - do you know where the relevant section in the JSP/servlet spec is? thanks! david -Original Message- From: Mike La Budde [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 10:54 AM To:

MVC problem

2000-11-30 Thread Aiken, David
hi all.. We're hitting a problem with the MVC approach in tomcat. Our controller is designed to intercept all requests for URLs within our web application so that it can handle internationalization and security checks centrally. The problem is as follows: - the controller servlet

Sharing look/feel across webapps

2000-12-07 Thread Aiken, David
hi all.. We're creating several web applications which must share a common look/feel. We have thought of combining them into a single webapp - this will work, but requires a convoluted install/upgrade/uninstall strategy. I suspect that objects kept in the session context will persist across apps