Re: simple working ibatis 3 example

2010-02-02 Thread David Rosenstark
How about this? http://groovyjavathoughts.blogspot.com/2009/09/test-driving-ibatis-3-and-spring3.html

re: New Features of iBatis 3.0 Presentation

2010-01-20 Thread David Rosenstark
Not a presentation but a small writeup of integration with spring 3 http://groovyjavathoughts.blogspot.com/2009/09/test-driving-ibatis-3-and-spring3.html - Forwarded message -- From: "Hurley, Brian" To: "user-java@ibatis.apache.org" Date: Tue, 19 Jan 2010 16:13:40 -0600 Subject:

Caching with custom rowhandler

2006-03-02 Thread David Rosenstark
Is it possible to cache results if I have a custom row handler? Thanks, David