Fan's blog Rotating Header Image

Posts under ‘NetBeans’

Use JPA with Hibernate in Netbeans(Tomcat)

0. prerequisite  Tomcat 6.0.14  Netbeans 6 rc1  Hibernate core 3.2.5GA  Hibernate EntityManager 3.3.1GA
1. Add a new JPA library implement  The default used TopLink. Change to Hibernate.
2. Adjust in JSF designThe default data provider ObjectArrayDataProvider works not well with JSF design UI.

  My target is when let a jsf table “Bind to Data”, the [...]

Visual library of NetBeans

Today I evaluated Visual library of NetBeans org. There are not too much information about it on Sun’s site. And it is a part of NetBeans 6 M9. I guest it was just separated from Netbeans as a standalone project. It’s many feature is same as JGraph which has been used by many [...]