You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/09/06 14:11:37 UTC

svn commit: r573241 - in /myfaces/orchestra/trunk/core/src/site: site.xml xdoc/persistence.xml

Author: skitching
Date: Thu Sep  6 05:11:37 2007
New Revision: 573241

URL: http://svn.apache.org/viewvc?rev=573241&view=rev
Log:
Minor doc updates

Modified:
    myfaces/orchestra/trunk/core/src/site/site.xml
    myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml

Modified: myfaces/orchestra/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/site/site.xml?rev=573241&r1=573240&r2=573241&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/site/site.xml (original)
+++ myfaces/orchestra/trunk/core/src/site/site.xml Thu Sep  6 05:11:37 2007
@@ -61,6 +61,8 @@
 
 		<menu name="MyFaces Orchestra - Core">
 			<item name="Introduction" href="introduction.html"/>
+			<item name="Conversations" href="conversation.html"/>
+			<item name="Persistence" href="persistence.html"/>
 			<item name="Glossary" href="glossary.html"/>
 			<item name="Installation" href="installation.html"/>
 			<item name="Conversation API Usage" href="usage.html"/>

Modified: myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml?rev=573241&r1=573240&r2=573241&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml (original)
+++ myfaces/orchestra/trunk/core/src/site/xdoc/persistence.xml Thu Sep  6 05:11:37 2007
@@ -22,11 +22,11 @@
 
 <document>
 	<properties>
-		<title>Conversation-scoped Persistence</title>
+		<title>Conversation Scoped Persistence</title>
 	</properties>
 
 	<body>
-		<section name="Introduction">
+		<section name="Introduction To Conversation Scoped Persistence">
 			<p>Orchestra's persistence support aims to simplify developers life when it comes
 				to build web based applications that extensively use ORM persistence including
 				JPA (Java Persistence Architecture), Toplink or Hibernate.</p>
@@ -101,8 +101,6 @@
 				been modified in the meantime then the save will fail.</p>
 			<p>The above information about JPA also applies to Hibernate and Toplink, which work in
 				a very similar manner.</p>
-<!-- 
- -->
 		</section>
 
 		<section name="Using EJBs (separated web tier and business logic)">
@@ -203,6 +201,13 @@
 				default - by default, close/rollback will close the associated context.
 				However it is possible to disable this default in which case the
 				persistence-context can last longer.</p>
+		</section>
+
+		<section name="How to Use Orchestra Conversation Scoped Persistence">
+			<p>TODO: write this section</p>
+		</section>
+
+		<section name="Documenation Still TODO">
 			<p>TODO: document Orchestra's transaction support features</p>
 			<p>TODO: is the persistence-context serializable? Are all persistent objects
 				in the context always serializable?</p>