Re: getDataSource, DAO pattern, and Struts

2006-09-12 Thread Angelo zerr
Hello Darren, I'm aggree with Larry. If you want you can see Architecture shema with Service/DAO pattern in my open source project Gestcv at http://gestcv.sourceforge.net/fr/architecture.html (sorry it's in frensh). You can download the application WEB to see how I use Spring with Struts. Regards

Re: getDataSource, DAO pattern, and Struts

2006-09-11 Thread Larry Meadors
On 9/11/06, Darren Hall <[EMAIL PROTECTED]> wrote: So, should I use the datasource functionality provided in struts, or should I "roll my own" database connection solution by creating a datasource factory that can be used to retrieve connections? I wouldn't do either. If you can, use Spring to