 37 | Explains how to add a JSP page that uses JPA to an Eclipse Java EE 6 (J2EE) web application. |
 37 | Shows how to run the NetBeans/JPA Java EE (J2EE) web application tutorial. |
 37 | Shows how to run the Eclipse/JPA Java EE (J2EE) web application tutorial. |
 34 | application that should be deployed in a Java EE 6 container: Java EE 6 (J2EE) Web Tutorial |
 4 | " fork="true" classpath="/usr/local/objectdb/objectdb/bin/objectdb.jar:${javac.classpath}:${j2ee ... .Enhancer" fork="true" classpath="${objectdbjar}:${javac.classpath}:${j2ee.platform.classpath}">
|
 4 | classname="com.objectdb.Enhancer" fork="true" classpath="${objectdbjar}:${javac.classpath}:${j2ee ... " classpath="${objectdbjar}:${javac.classpath}:${j2ee.platform.classpath}">
|
 4 | A tutorial that demonstrates how to use ObjectDB in a web application should be written and added to the Tutorials section. The following web tutorials are now available: JPA Web Application in Eclipse JPA Web Application in NetBeans Java EE 6 (J2EE) in Eclipse Java EE 6 (J2EE) in NetBeans |
 3 | Hello. @OneToMany(fetch = FetchType.LAZY) doesn't work when using EJB or something else related to J2EE. parent.getChildren() returns null. Here is a simple example: Bean:
@Named("test")
@RequestScoped
public class TestBean {
private String mode;
@PersistenceContext(unitName = "my-pu |