*/rsh tech|
your source for programming know-how
More about rsh tech
Generated by:
Craftsman

rsh-dal web site

The RSH DAL package provides a standard data access toolkit. By programming to the rsh-dal API, a program or application is then insulated from data access implementation details. This means you could use straight JDBC and then move to Hibernate3 without having to change the code in your DAOs. Additionally, the rsh-dal tries to enforce some general principles on its DAS implementations that make building and testing applications much easier.

The key advantages to using rsh-dal are as follows:

Through rsh-dal and its foundational libraries, you get these abilities and many more for free. The goal of rsh-dal is to stop re-implementing some of the glue that always is required in a new application--glue that is required whether you use JDBC or Hibernate3 or some other toolkit.