Internal Website Search

1-10 of 200 resultsRefresh

ObjectDB - Object Database for Java (JPA/JDO)

a relational database management system (RDBMS) to store and retrieve Java objects requires slow conversions between graphs of Java objects and flat database table rows. Object Relational Mapping (ORM ... software for developing Java database applications using the Java Persistence API (JPA). It is the first

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 ... and records as in JDBC. Using plain old Java objects (POJO) to represent persistent data can significantly

Java EE Web Tutorial

This tutorial demonstrates how to create and run a full Java EE 6 MVC (Model View ... Java EE 6 EJB (session beans) it requires a full Java EE 6 application server, such as GlassFish 3.0 ... the following versions: Java EE|NetBeans

Step 1: Create a Java Project

We start by creating a new Java project, using: File > New > Project... If you are using Eclipse IDE for Java EE ... using that type of project in this tutorial but rather an ordinary Java Project. In

Step 1: Create a Java EE 6 Web Project

We start by creating a new Java EE dynamic web project in Eclipse: Select GlassFish Server Open Source Edition 3 (Java EE 6) as the Target runtime. Click the Finish button to create the Java EE 6 dynamic web project.

Eclipse/JPA Java EE Tutorial

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 ... you will need the following software: Java JDK (6.0 or above). Eclipse

NetBeans/JPA Java EE Tutorial

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 ... >For this tutorial you will need the following software: Java JDK (6.0 or above).

Step 1: Create a Java EE Web Project

We start by creating a new Java EE 6 Web Application project in NetBeans: Select Java Web > Web Application and click Next. Select GlassFish Server 3 (or above) and Java EE 6

Java EE JPA Tutorial - Maven Project

The Java EE Web Application tutorial provides step by step instructions on how to build a simple Java/JPA database driven web application ... download clicky_log_download">Java EE JPA Web App - Maven Project (7KB) If 

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 ... , and it is probably the most popular Java API for object databases today.