Re: Struts Model Layer in the MVC framework

2006-09-12 Thread Larry Meadors
On 9/12/06, Ray Madigan <[EMAIL PROTECTED]> wrote: 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 hav

Re: Struts Model Layer in the MVC framework

2006-09-12 Thread Laurie Harper
Antonio Petrelli wrote: Ray Madigan ha scritto: 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 th

Re: Struts Model Layer in the MVC framework

2006-09-12 Thread Larry Meadors
On 9/12/06, Givler, Eric <[EMAIL PROTECTED]> wrote: Can you provide the connection pool from your Container's defined data-source and then use iBATIS for persistence? Yes, create the DataSource using JNDI, then see page 14 of this document: http://people.apache.org/dist/ibatis/ibatis.java/docs

Re: Struts Model Layer in the MVC framework

2006-09-12 Thread Antonio Petrelli
Ray Madigan ha scritto: 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 alternative

RE: Struts Model Layer in the MVC framework

2006-09-12 Thread Givler, Eric
s are less than 50 pages. -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 12:17 PM To: Struts Users Mailing List Subject: Struts Model Layer in the MVC framework Is there an alternative to Spring Integration. I have a project that I nee

Struts Model Layer in the MVC framework

2006-09-12 Thread Ray Madigan
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 us