Freezer Persistence
Freezer Persistence DescriptionFreezer generates the code that implements the persistence layer of your application.
The input of the proccess is a class diagram where is expressed the model with the persistent entities of your application and their relationships. A first parser transforms the diagram into XML which denotes every entity descriptor. The tool reads the descriptors and generates all the artifacts required for the persistence layer: DAO, VO (DTO) and database tables.
The adventages of this strategy are: It��s easy to learn, provides good performance, and avoids writing large amount of tedious and error-prone JDBC code.
Freezer Persistence Features
Download:Click Here
No comments:
Post a Comment