About Java
What is the Java Persistence API (JPA)?
The Java Persistence API (JPA) is a standard API for accessing databases from within Java applications. The main advantage of JPA over JDBC (the older Java API for interacting with databases) is that in JPA data is represented by ...
Java EE 6 Web Tutorial
This tutorial demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in Eclipse - using GlassFish, ObjectDB and JPA.... This tutorial demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application using GlassFish, ObjectDB and JPA. Since this web application uses Java EE 6 EJB (session beans) it requires a full Java EE 6 application server, ...
NetBeans/JPA Java EE 6 Tutorial
Step by step tutorial that demonstrates how to build a simple Java EE web application (with Servlet, JSP and an EJB Session Bean) in NetBeans using JPA. This is the NetBeans version of the Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in NetBeans - using ... you will need the following software: Java JDK 6.0 (or above). NetBeans - Java or All bundle ...
Which API should I use - JPA or JDO?
You can use ObjectDB with either the Java Persistence API (JPA) or the Java Data Objects (JDO) API. Both share similar architecture, design and ... and object databases and it is probably the most popular Java API for object databases today. ...
Eclipse/JPA Java EE 6 Tutorial
Step by step tutorial that demonstrates how to build a simple Java EE web application (with Servlet, JSP and an EJB Session Bean) in Eclipse using JPA. This is the Eclipse version of the Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in Eclipse - using ... you will need the following software: Java JDK 6.0 (or above). Eclipse IDE for Java EE Developers ...
What is the Java Data Objects (JDO)?
The Java Data Objects (JDO) is another standard for accessing persistent data in databases, using plain old Java objects (POJO) to represent the object model. Unlike Java Persistence API (JPA), which is designated to be used with relational ...
Java EE 6 JPA Tutorial - Maven Project
The Java EE 6 JPA Web Application tutorial for GlassFish as a Maven project (download & run). The Java EE 6 Web Application tutorial provides step by step instructions on how to build a simple Java/JPA database driven web application (for GlassFish 3/ JBoss 6) in ... and run the result application as a Maven project: Java EE 6 JPA Web App - Maven Project (6KB) If Maven is installed - ...
JPA Tutorials
Tutorials for using JPA and ObjectDB in Eclipse and NetBeans (console applications, web application, Java EE 6 applications).... Quick Start with JPA Tutorial Only basic Java experience is required in order to follow this tutorial. Web ... with basic concepts and principles of web applications in Java, including Servlets, JSP and HTML. The first tutorial ...
Step 1: Create a Java EE 6 Web Project
Explains how to create a NetBeans Java EE 6 (J2EE) project with ObjectDB/JPA support. We start by creating a new Java EE 6 Web Application project in NetBeans: Open the [New Project] ... e.g. by using File > New Project... Select Java Web > Web Application and click Next . Choose a Project Name ... . Select GlassFish Server 3 (or above) and Java EE 6 Web and click Next . Click the Finish button to create ...
Step 1: Create a Java EE 6 Web Project
Explains how to create an Eclipse Java EE 6 (J2EE) project with ObjectDB/JPA support. We start by creating a new Java EE 6 dynamic web project in Eclipse: Open the [New Project] dialog ... ). Select GlassFish Server Open Source Edition 3 (Java EE 6) as the Target runtime. Note: You may have to add GlassFish 3 as a ... . Click the Finish button to create the Java EE 6 dynamic web project. To add ObjectDB/JPA support for ...