This directory contains the ObjectDB tutorials as ready to run Maven projects.
Each subdirectory contains a separate tutorial project:
More details about these tutorials are available on ObjectDB website.
The projects can be opened in any IDE with Maven support.
To open the projects in Eclipse you need
m2eclipse.
NetBeans and IntelliJ IDEA have built in Maven support.
This project is a simple Java console application that uses JPA
to store and retrieve simple Point
entity objects.
The Getting Started Tutorial describes this application in more detail.
Detailed insturctions on how to run this application are available on ObjectDB website for:
This project is a simple guestbook web application for a servlet container (e.g. Tomcat, Jetty).
The Web application Tutorial describes this application in more detail.
Detailed insturctions on how to run this application are available on ObjectDB website for:
This project is a simple guestbook Java EE web application for an application server (e.g. GlassFish).
The Java EE Web Tutorial describes this application in more detail.
Detailed insturctions on how to run this application are available on ObjectDB website for:
This project is a simple Spring MVC guestbook web application.
The Spring MVC and JPA Tutorial describes this application in more detail.
Detailed insturctions on how to run this application are available on ObjectDB website for: