Not about DAO, but about the difference between web.xml and struts-config.xml: the first one is loaded by the container, reloading is a feature of the container, while the second one is loaded by Struts (ActionServlet), reloading it does not involve redeploying anything, you can just send a request to the Struts application to reload its configuration.
Fr. > -----Original Message----- > From: Matt Raible [mailto:[EMAIL PROTECTED]] > Sent: 30 November 2001 04:43 > To: [EMAIL PROTECTED] > Subject: Any Struts Reference Apps that implement DAO? > > I'd like to implement the DAO pattern in a struts application I'm building > - is anyone using this - if so, would you recommend? > > Also, what's the advantages/disadvantages for declaring your database > parameters in struts-config.xml vs. web.xml? > > Thanks, > > Matt << File: ATT48491.txt >> ************************************************************************ The information in this email is confidential and is intended solely for the addressee(s). Access to this email by anyone else is unauthorised. If you are not an intended recipient, please notify the sender of this email immediately. You should not copy, use or disseminate the information contained in the email. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Capco. http://www.capco.com *********************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

