dao-zero 0.4.1 review
Downloaddao-zero is a tiny Java bean used to reduce the source of a persistence tier based on Spring's iBatis support
|
|
dao-zero is a tiny Java bean used to reduce the source of a persistence tier based on Spring's iBatis support. The usual way to use iBatis in Spring is to write code and invoke the iBatis API explicitly.
dao-zero invokes the iBatis API for the developer automatically, without the need to write implementation code. It will implement DAO interfaces automatically and invoke iBatis SQL mapped statements for you. You can use it to replace your DAO bean class directly.
Requirements:
cglib
spring
What's New in This Release:
This release fixes an incompatibility with JDK 1.5.
dao-zero 0.4.1 search tags