Menu

Proof of concept: Hibernate Integration

Hibernate mapping file (hbm) contains a lot of information to generate JavaBean as well as the underlying database. Imagine we add some UI info and some method declaration as the meta data, a full application can be generated.

The first step is to integrate the Hibernate Tool that already has the templates to generate POJO DAO, etc. It has been done without changing any code in Hibernate Tool. Check-out the CVS!

The next step is to define
1. the meta data for code generation
2. the templates to generate a simple CRUD web application as the proof of concept

Stay tune!

Posted by Shane Ng 2006-05-08

Log in to post a comment.