dao « ibatis « Java Database Q&A





1. Generating DAO with iBATIS problem    stackoverflow.com

I have created a table in MSSQL having following structure -

**Table Name - TestTable**
id (int) (Primary key)
name (varchar) 
owner (varchar)
I have given Identity specification for column 'id' with auto increment ...

2. EasyMock and Ibatis    stackoverflow.com

In my DAO layer I am doing all my database work by calling stored procedures. I was wondering has anyone been successful in testing their DAO layer using EasyMock? Thanks Damien

3. Ibatis problem about dao xml    java-forums.org