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
ur struts-config.xml file. Both of these methods provide you with bootstrapping your web app. robert > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 30, 2004 5:43 PM > To: Struts Users Mailing List > Subject: MVC initializati

MVC initialization

2004-11-30 Thread jeichels
I know this is a bit off topic, but I figured I could get a better answer here. I am using Tomcat 4.1 and the latest production build for Struts in an MVC setup and have a large application already in production on the web. I need to enhance the model, but this enhancement will require me to hav