Re: Questions regd ibatis best practices - need some help here

2009-07-27 Thread Hugh Ross
@ibatis.apache.org Subject: Re: Questions regd ibatis best practices - need some help here iBATIS 3 is in development and is not formally released yet. However, I can vouch that it is nearly function complete and pretty stable. You can check it out from Subversion and build it with Maven

Re: Questions regd ibatis best practices - need some help here

2009-07-27 Thread Clinton Begin
@ibatis.apache.org Subject: Re: Questions regd ibatis best practices - need some help here iBATIS 3 is in development and is not formally released yet. However, I can vouch that it is nearly function complete and pretty stable. You can check it out from Subversion and build

Re: Questions regd ibatis best practices - need some help here

2009-07-24 Thread Jeff Butler
iBATIS 3 is in development and is not formally released yet. However, I can vouch that it is nearly function complete and pretty stable. You can check it out from Subversion and build it with Maven if you're interested in trying it. Here's the SVN link:

RE: Questions regd ibatis best practices - need some help here

2009-07-24 Thread Andrey Rogov
Jeff, If Map parameter will be deprecated, how we can run stored procedures in 3x version ? -Original Message- From: Jeff Butler [mailto:jeffgbut...@gmail.com] Sent: Friday, July 24, 2009 7:05 PM To: user-java@ibatis.apache.org Subject: Re: Questions regd ibatis best practices - need

Re: Questions regd ibatis best practices - need some help here

2009-07-24 Thread Jeff Butler
, July 24, 2009 7:05 PM To: user-java@ibatis.apache.org Subject: Re: Questions regd ibatis best practices - need some help here iBATIS 3 is in development and is not formally released yet.  However, I can vouch that it is nearly function complete and pretty stable. You can check it out from

Re: Questions regd ibatis best practices - need some help here

2009-07-23 Thread Jeff Butler
1. I prefer parameterClass - I think it is much easier to maintain/read. And note that parameterMap is deprecated in iBATIS 3. 2. There should be very little difference - with parameterClass iBATIS generates a parameterMap at startup. 3. See #1 4. There is a theoretical performance hit from

Re: Questions regd ibatis best practices - need some help here

2009-07-23 Thread swaroop belur
Hi Jeff This is really good. This kind of reply will really help us developers to use ibatis in correct way. I was struggling for couple of weeks to use ibatis the right way. Right now i can see the download link for ibatis 2.3.4 . May i know when ibatis 3 can be downloaded. Thanks for your