You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2013/01/16 16:48:16 UTC

svn commit: r1433996 - /rave/site/trunk/content/documentation/mongo-db.mdtext

Author: mfranklin
Date: Wed Jan 16 15:48:16 2013
New Revision: 1433996

URL: http://svn.apache.org/viewvc?rev=1433996&view=rev
Log:
Minor MongoDB documentation changes

Modified:
    rave/site/trunk/content/documentation/mongo-db.mdtext

Modified: rave/site/trunk/content/documentation/mongo-db.mdtext
URL: http://svn.apache.org/viewvc/rave/site/trunk/content/documentation/mongo-db.mdtext?rev=1433996&r1=1433995&r2=1433996&view=diff
==============================================================================
--- rave/site/trunk/content/documentation/mongo-db.mdtext (original)
+++ rave/site/trunk/content/documentation/mongo-db.mdtext Wed Jan 16 15:48:16 2013
@@ -18,7 +18,7 @@ Notice:    Licensed to the Apache Softwa
 
 As of 0.19, Rave has a [MongoDB][4] module that provides implementations for all of Rave's repository interfaces; thus providing support for MongoDB.  
 
-#Using the MongoDB for Persistence
+#Using MongoDB for Persistence
 JPA remains the primary supported data access method in the rave-portal & rave-portal-resources projects; but can be easily replaced with MongoDB using the following techniques:
 
 ##Build from source
@@ -32,9 +32,9 @@ The rave-portal, rave-portal-resources &
 
 ##Custom Rave Extension
 
-In a custom build that depends on rave-jpa directly, the only thing that needs to be done is to replace the rave-jpa dependency with rave-mongo.
+In a custom build that depends on rave-jpa directly, the only thing that needs to be done is to replace the rave-jpa dependency with rave-mongodb.
 
-If the custom application depends on JPA indirectly, via a dependency on rave-portal-dependencies add an exclusion of rave-jpa to rave-portal-dependencies as follows:
+If the custom application depends on JPA indirectly, via a dependency on rave-portal-dependencies, add an exclusion of rave-jpa to rave-portal-dependencies as follows:
 
      <dependency>
         <groupId>org.apache.rave</groupId>
@@ -63,7 +63,7 @@ To replace the JPA implementation with M
 3.  Configure the properties files located in webapps/portal/WEB-INF/classes & webapps/ROOT/WEB-INF/classes per [configuring MongoDB][3] 
 
 
-<a name="configuring">&nbsp;</a>
+<a name="configure">&nbsp;</a>
 ##Configuring MongoDB
 Both portal.properties & rave.shindig.properties have entries for connecting to MongoDB.