To: user-java@ibatis.apache.org
Subject: RE: Ibatis and Spring Framework
Hi,
I use iBATIS with Spring. In fact I learned about iBATIS via Spring; I
think the two together work very well.
In addition to Richard's comments, I would add:
- Common configuration mechanism across your whole pr
t
> -Original Message-
> From: rich oates [mailto:[EMAIL PROTECTED]
> Sent: Friday, 5 August 2005 07:18
> To: user-java@ibatis.apache.org
> Subject: Re: Ibatis and Spring Framework
>
> The Spring JDBC wrapper offers at least the following:
>
> - a further a
The Spring JDBC wrapper offers at least the following:
- a further abstraction away from iBatis (which is useful if you wish
to change the underlying persistence framework in the future)
- common data access exceptions (i.e. the iBatis exceptions are mapped
to spring exceptions. Again, useful if