Author: sseifert
Date: Tue Sep 15 22:11:21 2015
New Revision: 1703304
URL: http://svn.apache.org/r1703304
Log:
SLING-4381/SLING-5024 nosql resource provider documentation
Modified:
sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext?rev=1703304&r1=1703303&r2=1703304&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/nosql-resource-providers.mdtext
Tue Sep 15 22:11:21 2015
@@ -63,3 +63,12 @@ See Apache Felix OSGi console for detail
Source code: [Apache Sling NoSQL Couchbase Resource
Provider](https://github.com/apache/sling/tree/trunk/contrib/nosql/couchbase-resourceprovider)
The resource provider requires and additional bundle [Apache Sling NoSQL
Couchbase
Client](https://github.com/apache/sling/tree/trunk/contrib/nosql/couchbase-client)
which wraps the Couchbase Java SDK (which itself is not an OSGi bundle), and
ensures that the Couchbase Environment instance is used as a singleton in the
VM.
+
+
+## Example launchpad
+
+An example launchpad is provides that contains the NoSQL resource provides
configured as only resource provider at `/`.
+
+Source code: [Apache Sling NoSQL
Launchpad](https://github.com/apache/sling/tree/trunk/contrib/nosql/launchpad)
+
+See README for details how to start the launchpad.