On 2 February 2010 05:13, Tom Carchrae <carch...@gmail.com> wrote: > I'm working my way through the 3.0 manual, and am new to iBatis. I wonder > if anyone could be so kind as to post a complete working example. There > seems to be a lot of examples in 2.x land, but not so many using the current > version. So a simple java class, config file, and map file. > > Alternatively, is the Blog example actually available anywhere? I have seen > the Petstore example, but it's not exactly simple/minimal.
Some of the tests are actually fairly good minimal examples. Particularly in the org.apache.ibatis.submitted packages. They've served me well. You probably want to ignore the low-level JDBC stuff to create the test database. I'd suggest starting with the count package. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org