Author: helenxu
Date: Wed Nov 28 16:30:00 2012
New Revision: 1414793
URL: http://svn.apache.org/viewvc?rev=1414793&view=rev
Log:
CMS migration
Modified:
openjpa/site/trunk/content/samples.mdtext
Modified: openjpa/site/trunk/content/samples.mdtext
URL:
http://svn.apache.org/viewvc/openjpa/site/trunk/content/samples.mdtext?rev=1414793&r1=1414792&r2=1414793&view=diff
==============================================================================
--- openjpa/site/trunk/content/samples.mdtext (original)
+++ openjpa/site/trunk/content/samples.mdtext Wed Nov 28 16:30:00 2012
@@ -1,12 +1,12 @@
Title: Samples
-{excerpt:hidden=true}OpenJPA Examples{excerpt}
+<a name="OpenJPAExamples"></a>
<a name="Samples-OpenJPAExamples"></a>
# OpenJPA Examples
This page provides samples for OpenJPA. For further information, the
[documentation](documentation.html)
provides comprehensive documentation on all aspects of configuring and
-using OpenJPA. A [template|openjpa:SampleTemplate]
+using OpenJPA. A [template](sampletemplate.html)
is provided to describe how to build, deploy and run the samples. The
existing samples will be reformatted to fit the template. If you are
creating new samples, please adhere to the template.
@@ -37,7 +37,14 @@ SE 5, but see [Build and Runtime Depende
<a name="Samples-OtherExamples"></a>
## Other Examples
-<a name="Samples-ApacheGeronimov2.1Samples"></a>
+### Apache TomEE Examples
+
+* [Injection via
@PersistenceContext](http://tomee.apache.org/examples-trunk/injection-of-entitymanager/README.html)
+* [JPA and Enums via
@Enumerated](http://tomee.apache.org/examples-trunk/jpa-enumerated/README.html)
+* [JPA, UserTransaction and
Rollback](http://tomee.apache.org/examples-trunk/transaction-rollback/README.html)
+
+All the above examples are standalone projects, contain unit tests and working
maven pom.xml files. Examples are run with every build and release of
[TomEE](http://tomee.apache.org).
+
### Apache Geronimo v2.1 Samples
* [Bean Managed Persistence with
JPA](http://cwiki.apache.org/GMOxDOC21/bean-managed-persistence-with-jpa.html)
@@ -46,5 +53,6 @@ SE 5, but see [Build and Runtime Depende
* [Using Java Persistence API in application
client](http://cwiki.apache.org/GMOxDOC21/using-java-persistence-api-in-application-client.html)
* [Apache DayTrader Sample](http://cwiki.apache.org/GMOxDOC20/daytrader.html)
+