Community
Participate
Working Groups
All of the Web application tutorials for the following servers will use a common data model and will require a single shared project that is server independent and uses an application managed entitymanager to do DDL generation. WebLogic (EAR in SVN) OC4J, GlassFish, WebSphere, Tomcat, Spring, JBoss are pending. http://wiki.eclipse.org/EclipseLink/Examples/JPA#JPA_Web_Application_Tutorials We will then not need to ship database specific schema files to populate the database schema, we will use the following two persistence.xml properties to do (non-advanced automatic DDL generation). <property name="eclipselink.ddl-generation" value="drop-and-create-tables"/> <property name="eclipselink.ddl-generation.output-mode" value="database"/>
Created attachment 114832 [details] Shared Entity Cell@ManyToMany Data Model
Created attachment 115089 [details] application managed ddl generation for EclipseLink web tutorials
rev 2566
see rev 2566
>The JBoss tutorial does not require this project - DDL generation on the container works for HSQL
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink