The effort should also include handling batch cruds ! On Mon, Jan 12, 2009 at 4:11 PM, Sundar Sankar <[email protected]> wrote:
> Can I put it across this way, > > You would wanna perform Crud using Ibatis, what would be your design to use > Ibatis. If you could define what tasks(patterns or code) you might need to > do for all the work of an enterprise, thats a start. > Please state, class for maintaining connection pool, (Am assuming since it > is just ibatis, u aint using a connection pool framework too) transaction > single and multiple, exception handling, logging, managing states of your > object blah blah blah. In short you data access framework. > > My Guess is, All of the above is already available in Spring. > > -Sundar > > > On Mon, Jan 12, 2009 at 3:58 PM, Rick <[email protected]> wrote: > >> On Mon, Jan 12, 2009 at 4:50 PM, Sundar Sankar <[email protected]> >> wrote: >> > By reinventing I was talking of , connection pool / management, >> transaction >> > management etc etc. >> >> Transaction demarcation in Spring is sort of nice. I will give it a >> "plus" for that (Although I like it even better in EJB3.) >> > >
