openjpa/openjpa-examples/simple/src/main/java
Donald Woods 4bf8225bfa OPENJPA-2085 Additional updates for move to Derby 10.8.2.2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1220520 13f79535-47bb-0310-9956-ffa450edef68
2011-12-18 19:37:46 +00:00
..
META-INF OPENJPA-1751 Move existing samples to a simple module, so we can include image-gallery and openbooks in the maven builds 2010-07-30 13:12:06 +00:00
embeddables OPENJPA-1751 Move existing samples to a simple module, so we can include image-gallery and openbooks in the maven builds 2010-07-30 13:12:06 +00:00
hellojpa OPENJPA-1751 Move existing samples to a simple module, so we can include image-gallery and openbooks in the maven builds 2010-07-30 13:12:06 +00:00
mapping OPENJPA-2085 Additional updates for move to Derby 10.8.2.2 2011-12-18 19:37:46 +00:00
relations OPENJPA-1751 Move existing samples to a simple module, so we can include image-gallery and openbooks in the maven builds 2010-07-30 13:12:06 +00:00
reversemapping OPENJPA-1751 Move existing samples to a simple module, so we can include image-gallery and openbooks in the maven builds 2010-07-30 13:12:06 +00:00
README.txt OPENJPA-1751 Move existing samples to a simple module, so we can include image-gallery and openbooks in the maven builds 2010-07-30 13:12:06 +00:00
build.xml Exclude antruntime when building samples 2011-07-29 20:10:24 +00:00

README.txt

Apache OpenJPA Examples
Copyright © 2006,2010 The Apache Software Foundation.
Licensed under ASL 2.0 - http://www.apache.org/licenses/LICENSE-2.0
--------------------------------------------------------------------------------

Prerequisites:
  The following must be on the user's path:
         - Java SE 5 or 6
         - Apache ANT v1.6.5 or later

Building and Running Individual Examples:
  1) Open a command prompt to the directory where this README is located
  2) Change to the subdirectory of the example to build and run, like:
         cd hellojpa
  3) Run ANT
         ant
     For the hellojpa exmaple, at the end of the build you should see the text:
         "Hello Persistence!"

Building and Running All Examples:
  1) Open a command prompt to the directory where this README is located
  2) Run ANT with the "all" project
         ant all