Re: iBator + sqlMapConfig.xml

2009-05-01 Thread maciego
Thanks... Regards Maciego -- View this message in context: http://www.nabble.com/iBator-%2B-sqlMapConfig.xml-tp23331608p2001.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Re: iBator + sqlMapConfig.xml

2009-05-01 Thread Kai Grabfelder
Hi Maciego, have you read the documentation at http://svn.apache.org/repos/asf/ibatis/trunk/java/ibatis-2/ibatis-2-docs/en/ ? Best Regards Kai Grabfelder --- Original Nachricht --- Absender: maciego Datum: 01.05.2009 13:13 > Hi, > I am preparing to use iBatis in my application (for my studies

iBator + sqlMapConfig.xml

2009-05-01 Thread maciego
Hi, I am preparing to use iBatis in my application (for my studies). I generated model, dao and mapping via iBator and configured SqlMapConfig.xml. I see all 'impl' classes extends SqlMapDaoTemplate class. What I should do next? How make a connection - should I have another base class? Thanks