Dongmei Cao's Weblog
Hibernate Framework support in NetBeans 6.1 (2)
Here are a few screen shots on the Hibernate support in NetBeans 6.1:
- Hibernate is available as one of the supported Frameworks in New Web Application wizard

- Wizards for creating Hibernate configuration and mapping files

- Code completion when editing the Hibernate configuration file

- Hyperlink support to allow you to navigate to the mapping file

Posted at 06:59PM Apr 30, 2008 by Dongmei Cao in NetBeans | Comments[1]
Hibernate Framework support in NetBeans 6.1
One of the new features in NetBeans 6.1 is the Hibernate Framework support. The plugin is now available on the Beta Update Center for NetBeans 6.1. The new plugin supports the following features:
- Hibernate is available as one of the supported frameworks in the New Web Application wizard
- Bundled Hibernate 3.2.5 library. The library is automatically added to the project when Hibernate framework is selected.
- Wizards for creating Hibernate configuration files and mapping files
- Visual editor for Hibernate configuration files
- Code completion
- Auto-completion of Java class names, Java class fields, database table names and column names when editing Hibernate mapping files
- Auto-completion of Hibernate property names and values (when possible) when eidting Hibernate configuration files
- Hyperlink support to let the user navigate
- From the configuration file to the mapping files
- From the Hibernate mapping files to the referenced Java classes.
- Refactoring of Java classes and fields (find usages, rename, move) modifies the Hibernate mapping files properly.
Here is the tutorial on the NetBeans wiki to show you how to create a Visual Web project using Hibernate as the persistence layer.
Posted at 04:48PM Apr 30, 2008 by Dongmei Cao in NetBeans | Comments[4]