You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2012/11/29 18:28:33 UTC

svn commit: r1415288 - in /openjpa/site/trunk: WhoIsWorkingOnWhat.txt content/images/OpenBooks.ScreenShot1.JPG content/images/OpenBooks.ScreenShot2.JPG content/images/OpenBooks.ScreenShot3.JPG content/openbooks---featuring-jpa-2.0.mdtext

Author: allee8285
Date: Thu Nov 29 17:28:32 2012
New Revision: 1415288

URL: http://svn.apache.org/viewvc?rev=1415288&view=rev
Log:
CMS migration updates.

Added:
    openjpa/site/trunk/content/images/OpenBooks.ScreenShot1.JPG   (with props)
    openjpa/site/trunk/content/images/OpenBooks.ScreenShot2.JPG   (with props)
    openjpa/site/trunk/content/images/OpenBooks.ScreenShot3.JPG   (with props)
Modified:
    openjpa/site/trunk/WhoIsWorkingOnWhat.txt
    openjpa/site/trunk/content/openbooks---featuring-jpa-2.0.mdtext

Modified: openjpa/site/trunk/WhoIsWorkingOnWhat.txt
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/WhoIsWorkingOnWhat.txt?rev=1415288&r1=1415287&r2=1415288&view=diff
==============================================================================
--- openjpa/site/trunk/WhoIsWorkingOnWhat.txt (original)
+++ openjpa/site/trunk/WhoIsWorkingOnWhat.txt Thu Nov 29 17:28:32 2012
@@ -60,10 +60,10 @@ done			jest-usage.mdtext
 done			license.mdtext
 			logo-contest.mdtext
 done			mailing-lists.mdtext
-			mdd.mdtext
+delete			mdd.mdtext
 done			migration-tool.mdtext
 done			obtaining.mdtext
-			openbooks---featuring-jpa-2.0.mdtext
+done        penbooks---featuring-jpa-2.0.mdtext
 			openjpa-2.0.0-beta-2.mdtext
 			openjpa-2.0.0-beta-3.mdtext
 			openjpa-2.0.0-beta.mdtext

Added: openjpa/site/trunk/content/images/OpenBooks.ScreenShot1.JPG
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/images/OpenBooks.ScreenShot1.JPG?rev=1415288&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openjpa/site/trunk/content/images/OpenBooks.ScreenShot1.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: openjpa/site/trunk/content/images/OpenBooks.ScreenShot2.JPG
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/images/OpenBooks.ScreenShot2.JPG?rev=1415288&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openjpa/site/trunk/content/images/OpenBooks.ScreenShot2.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: openjpa/site/trunk/content/images/OpenBooks.ScreenShot3.JPG
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/images/OpenBooks.ScreenShot3.JPG?rev=1415288&view=auto
==============================================================================
Binary file - no diff available.

Propchange: openjpa/site/trunk/content/images/OpenBooks.ScreenShot3.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: openjpa/site/trunk/content/openbooks---featuring-jpa-2.0.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/openbooks---featuring-jpa-2.0.mdtext?rev=1415288&r1=1415287&r2=1415288&view=diff
==============================================================================
--- openjpa/site/trunk/content/openbooks---featuring-jpa-2.0.mdtext (original)
+++ openjpa/site/trunk/content/openbooks---featuring-jpa-2.0.mdtext Thu Nov 29 17:28:32 2012
@@ -1,7 +1,10 @@
 Title: OpenBooks - Featuring JPA 2.0
+<a name="OpenBooks-Featuring-JPA-2.0"></a>
+
 OpenBooks is a sample (and perhaps, simple) application featuring some of
 the new features in JPA 2.0.
 This demonstration features usage of new JPA 2.0 features such as 
+
   * Criteria Query
   * Compound, Derived identity
   * Orphan Delete
@@ -9,6 +12,7 @@ This demonstration features usage of new
 
 The sample application shows essential build and packaging steps for both
 as 
+
   * a Swing-based JSE application and 
   * a typical Web Application Archive (*.war) ready to be deployed in a
 Java Enterprise container.  
@@ -25,38 +29,32 @@ object-relation mapping functionality ou
 
 
 <a name="OpenBooks-FeaturingJPA2.0-Availability"></a>
-### Availability
+## Availability
 The source code and build script for OpenBooks is available in OpenJPA
 SubVersion repository under *openjpa-examples/openbooks*
 
 To access the source code
 
-   {{$ svn co
-https://svn.apache.org/repos/asf/openjpa/trunk/openjpa-examples/openbooks}}
+    $ svn co https://svn.apache.org/repos/asf/openjpa/trunk/openjpa-examples/openbooks
 
 <a name="OpenBooks-FeaturingJPA2.0-Building"></a>
-### Building
+## Building
 
   * Follow the [instruction](building-and-running-openbooks.html)
  to build and run OpenBooks. 
-These instructions can also be found also in [*index.html* at the *OpenBooks* root directory.
+These instructions can also be found also in `index.html` at the `OpenBooks` root directory.
 
 Here are few screen shots of OpenBooks running as a Swing Application.
 
 <a name="OpenBooks-FeaturingJPA2.0-SelectingandPurchasingBooks"></a>
-##### Selecting and Purchasing Books 
-!OpenBooks.ScreenShot1.jpg!
+### Selecting and Purchasing Books 
+![OpenBooks.ScreenShot1.JPG](images/OpenBooks.ScreenShot1.JPG)
   
 <a name="OpenBooks-FeaturingJPA2.0-PersistentDomainModel(asaPowerpointSlide)"></a>
-##### Persistent Domain Model (as a Powerpoint Slide)
-!OpenBooks.ScreenShot2.jpg!
+### Persistent Domain Model (as a Powerpoint Slide)
+![OpenBooks.ScreenShot2.JPG](images/OpenBooks.ScreenShot2.JPG)
 
 <a name="OpenBooks-FeaturingJPA2.0-BrowsingthesamedomainmodelviaMetamodelAPI"></a>
-##### Browsing the same domain model via Metamodel API 
-!OpenBooks.ScreenShot3.jpg!
-
-
-
-
-
+### Browsing the same domain model via Metamodel API 
+![OpenBooks.ScreenShot3.JPG](images/OpenBooks.ScreenShot3.JPG)