You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/05/17 14:58:49 UTC

svn commit: r1483778 - /sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext

Author: bdelacretaz
Date: Fri May 17 12:58:48 2013
New Revision: 1483778

URL: http://svn.apache.org/r1483778
Log:
Mention PlanetResourceProvider example

Modified:
    sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext

Modified: sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext?rev=1483778&r1=1483777&r2=1483778&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext (original)
+++ sling/site/trunk/content/documentation/the-sling-engine/resources.mdtext Fri May 17 12:58:48 2013
@@ -91,6 +91,14 @@ The Filesystem Resource Provider provide
 
 For details see [File System Resources]({{ refs.accessing-filesystem-resources-extensions-fsresource.path }}).
 
+### Custom Resource providers
+Custom ResourceProvider services can be used to integrate your own custom resources in the Sling resource tree.
+
+For a simple example of that, see the [PlanetResourceProvider][1] used in our integration tests.
+
 ## Wrap/Decorate Resources
 
-The Sling API provides an easy way to wrap or decorate a resource before returning. Details see [Wrap or Decorate Resources]({{ refs.wrap-or-decorate-resources.path }}).
\ No newline at end of file
+The Sling API provides an easy way to wrap or decorate a resource before returning. Details see [Wrap or Decorate Resources]({{ refs.wrap-or-decorate-resources.path }}).
+
+
+  [1]: http://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services/src/main/java/org/apache/sling/launchpad/testservices/resourceprovider/
\ No newline at end of file