Thursday December 01, 2005
Hibernate plugin for NetBeans 5.0 Many developers don't like EJB, JDO technologies and they are using other object/relational persistance and query service for Java like Hibernate. Hibernate lets you develop persistant classes following common Java idiom. The plugin for Hibernate in NetBeans was missing. Recently, I have seen on project of my colleague.
Petr Zajac develops xdoclet plugin for NetBeans that enables Attribute-Oriented Programming for Java. The plugin parses your source code and generates many artifacts such as XML and other stuff. Based on this plugin he did Hibernate plugin.
This plugin allows you to create new POJO beans, add relationships, fields, ....code completion
Posted by Rajneesh Aggarwal on December 07, 2005 at 06:30 AM CET #
Posted by Piotr Górka on December 07, 2005 at 10:13 AM CET #
Many thanks to Petr Blaha that he is blogging about my module. I would like to release new snapshot of my module on the weekend. There will be two new templates:
and few bugfixes. If somebody has any idea what is missing please give me feedback. Thanx.HibernateUtil - it configures client part of application a creates instance of hibernate Session
beanFacade - simple facade for hib bean
Posted by Petr Zajac on December 07, 2005 at 11:07 PM CET #
Posted by matthew ford on December 07, 2005 at 11:40 PM CET #
Posted by Petr Zajac on December 11, 2005 at 03:23 PM CET #
Posted by alain on April 23, 2006 at 01:52 AM CEST #
Posted by Nick on August 08, 2006 at 09:20 AM CEST #
Posted by Insider Scoop From the Tutorial Divas on August 18, 2006 at 11:47 PM CEST #
Posted by Wojtek on October 12, 2006 at 10:27 AM CEST #
Is there any chance that support for
hibernate anotations will be added?
Thanks
Posted by Matthew Brady on November 02, 2006 at 05:28 PM CET #
Posted by Artur on November 29, 2006 at 03:19 PM CET #
Posted by govind on December 20, 2006 at 06:12 AM CET #
Posted by Mukul on April 06, 2007 at 07:08 AM CEST #