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
Can you provide the connection pool from your Container's defined data-source and then use iBATIS for persistence? http://ibatis.apache.org. There's a 9 page Java tutorial at: http://people.apache.org/dist/ibatis/ibatis.java/docs/iBATIS-SqlMaps-2-Tutorial_en.pdf, and the total docs are less