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.

getDataSource, DAO pattern, and Struts

2006-09-11 Thread Darren Hall
(reposted. Was DAO and getDataSource - however that post was made by doing a reply to another message and simply changing the subject. I didn't realize that this was thread hijacking. Please accept my apologies, and disregard the earlier post.) Hopefully this will be a quick question. I'm

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 do