Chapter 1. JPA Tutorials

1.1. Kodo JPA Tutorials
1.1.1. Tutorial Requirements
1.2. Kodo JPA Tutorial
1.2.1. The Pet Shop
1.2.1.1. Included Files
1.2.1.2. Important Utilities
1.2.2. Getting Started
1.2.2.1. Configuring the Datastore
1.2.3. Inventory Maintenance
1.2.3.1. Persisting Objects
1.2.3.2. Deleting Objects
1.2.4. Inventory Growth
1.2.5. Behavioral Analysis
1.2.5.1. Complex Queries
1.2.6. Extra Features
1.3. J2EE Tutorial
1.3.1. Prerequisites for the Kodo J2EE Tutorial
1.3.2. J2EE Installation Types
1.3.3. Installing Kodo Into Pre-J2EE 5 Application Servers
1.3.4. Installing the J2EE Sample Application
1.3.4.1. Compiling and Building The Sample Application
1.3.4.2. Deploying Sample To JBoss
1.3.4.3. Deploying Sample To WebLogic 9
1.3.5. Using The Sample Application
1.3.6. Sample Architecture
1.3.7. Code Notes and J2EE Tips

1.1. Kodo JPA Tutorials

[Note]Note

The sample code for the Kodo JDO tutorials is provided as part of the stand-alone Kodo 4.1.4 release. The tutorial sample code is not distributed with WebLogic Server. You will need to download the Kodo 4.1.4 release to complete the tutorial steps described in this section. For more information, see Oracle Kodo 4.1.4.

These tutorials provide step-by-step examples of how to use various facets of the Kodo JPA system. They assume a general knowledge of JPA and Java. For more information on these subjects, see the following URLs:

1.1.1. Tutorial Requirements

These tutorials require that JDK 1.5 or greater be installed on your computer, and that java and javac are in your PATH when you open a command shell.

 

Skip navigation bar   Back to Top