Generating Persistent Objects for Java and JSF Pages
PowerDesigner supports the generation of persistent objects for Hibernate ans EJB3, as well as JavaServer Faces for Hibernate.
Generating Hibernate Persistent Objects
Hibernate is an open source project developed by JBoss, which provides a powerful, high performance and transparent object/relational persistence and query solution for Java.
Generating EJB 3 Persistent Objects
EJB 3.0 is the latest revision of the Enterprise Java Beans specification. One of the principal goals of EJB 3.0 is: "Simplification of object persistence by the definition of a light-weight object/relational mapping facility based on the direct use of Java classes rather than persistent components."
Generating JavaServer Faces (JSF) for Hibernate
JavaServer Faces (JSF) is a UI framework for Java Web applications. It is designed to significantly ease the burden of writing and maintaining applications that run on a Java application server and render their UIs back to a target client.