Re: MVC initialization

2004-12-03 Thread Ken Pelletier
ave to figure how to implement it. - Original Message - From: Joe Germuska <[EMAIL PROTECTED]> Date: Tuesday, November 30, 2004 6:10 pm Subject: RE: MVC initialization At 6:02 PM -0500 11/30/04, Robert Taylor wrote: A standardized approach would be to implement a ServletContextList

Re: RE: MVC initialization

2004-11-30 Thread jeichels
Germuska <[EMAIL PROTECTED]> Date: Tuesday, November 30, 2004 6:10 pm Subject: RE: MVC initialization > At 6:02 PM -0500 11/30/04, Robert Taylor wrote: > >A standardized approach would be to implement a > >ServletContextListener and define it > >in your web.xml for the web app

RE: MVC initialization

2004-11-30 Thread Joe Germuska
At 6:02 PM -0500 11/30/04, Robert Taylor wrote: A standardized approach would be to implement a ServletContextListener and define it in your web.xml for the web app. It will be invoked before the web app accepts any requests and when the web app is shutdown. A more "Struts" approach would be to

RE: MVC initialization

2004-11-30 Thread Robert Taylor
A standardized approach would be to implement a ServletContextListener and define it in your web.xml for the web app. It will be invoked before the web app accepts any requests and when the web app is shutdown. A more "Struts" approach would be to use a PlugIn and define it in your struts-confi