Skip to content

Latest commit

 

History

History

datanucleus-jdo-jcache-test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

to run tests within IntelliJ add build step: 'datanucleus:enhance'

tutorial

Simple demonstration of using JDO with DataNucleus. You can run this with any supported datastore by simply editing the following files

Choosing to NOT invoke the tutorial using the following methods means that you ignore our advice and any problem is yours.

Note that for some datastores, you will need to start them up before running the tutorial, and optionally create the schema defined in the persistence properties.

Maven Instructions

  1. Run the command mvn clean compile. This builds everything and enhances the classes.

  2. Run the command mvn datanucleus:schema-create. This creates the schema for the tutorial.

  3. Run the command mvn exec:java. This runs the tutorial.

  4. Run the command mvn datanucleus:schema-delete. This deletes the schema for the tutorial