Spring framework based DAOs.
Or your own DAO or DAL framework, or none at all. I very often choose to write a custom one because it's very easy (maybe 4 - 8 hours max), and sometimes it fits your environment better. More recently I've started leaving out the DAO layer altogether. It's probably the lowest risk abstraction to leave out of your application. Cheers, Clinton On 2/11/07, Jeff Butler <[EMAIL PROTECTED]> wrote:
The votes are in an iBATIS for Java version 2.3.0 is declared to be Apache general availability status. This release is the first release that does not include the DAO framework. The DAO framework is available as a separate download on the Java downloads page, but we recommend migrating to Spring framework based DAOs. The official announcement will be reflected on the website within the next hour, and you can download it from http://ibatis.apache.org/javadownloads.cgi. If you've been using 2.3.0 already, there's no need to download it again - it is the same JAR. Enjoy! Jeff Butler
