May 16, 2006

Hibernate made easier

Hibernate is a relational persistence service initially developed for the Java language (and succesfully ported to C#) that allow programmers to bind objects from their language with rows in a relational database. It's a cool technology that let developers forget about SQL queries, and integrate the database systems advantages more easily into their applications.

While Hibernate is quite easy to learn, it still includes some hand work that may be a bit boring and repetitive. Here is where NBXDoclet comes in action.
NBXDoclet is a plugin (module) for the Netbeans IDE (download here) that will include common tasks related to Hibernate projects within the netbeans editor.

You can watch a flash demo to see how nice it is.

No comments:

Creative Commons License All this site has a Creative Commons License.