Is there an alternative to Spring Integration. I have a project that I need to get a prototype out to the client FAST and I simply want to implement a Model layer with connection pooling. I have gone to the Spring Framework site and I don't have the time to come up to speed on how to make this useful. Any alternatives would be appreciated.
Thanks -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Larry Meadors Sent: Monday, September 11, 2006 6:43 PM To: Struts Users Mailing List Subject: Re: getDataSource, DAO pattern, and Struts 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 this, and to wire together not just the DAO, but also to wire your services to the actions, and the DAOs to the services. Spring will give you simple abstraction if that is all you want, or all sorts of things beyond just that simple abstraction if you want. Larry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]