Author: bdelacretaz
Date: Tue Mar 5 11:10:43 2013
New Revision: 1452739
URL: http://svn.apache.org/r1452739
Log:
point to more modern samples
Modified:
sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext
Modified:
sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext?rev=1452739&r1=1452738&r2=1452739&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext
(original)
+++
sling/site/trunk/content/documentation/getting-started/discover-sling-in-15-minutes.mdtext
Tue Mar 5 11:10:43 2013
@@ -11,9 +11,11 @@ While simple to run and understand, the
## See Also
-Example applications and mini-applications for Sling can be found under
[http://svn.apache.org/repos/asf/sling/trunk/samples/](http://svn.apache.org/repos/asf/sling/trunk/samples/)
(each application has a `README.txt` file, see these for more details).
+More Sling samples can be found under
+[http://svn.apache.org/repos/asf/sling/trunk/samples/](http://svn.apache.org/repos/asf/sling/trunk/samples/)
-Once you grok the basic examples of this page, we recommend studying the
*espblog* and *webloader* samples for more complete examples. The *javashell*
sample is useful to play with JCR java code (or any java code, for that matter)
interactively.
+Once you grok the basic examples of this page, we recommend studying the
+*slingbucks* and *espblog* samples. Both have README files with more info.
## Prerequisites
@@ -111,12 +113,11 @@ Servlets can also be easily "wired" to h
## What next?
-These simple examples show how Sling uses scripts to work with JCR data, based
on *sling:resourceType* or node types.
-
-There's much more to Sling of course - you'll find some additional simple
examples below, and above in the *see also* section.
-
-We are working on debugging features to help trace the way Sling processes
requests. Have a look at
[SLING-3](https://issues.apache.org/jira/browse/SLING-3) to see what's possible
already.
+These simple examples show how Sling uses scripts to work with JCR data, based
+on *sling:resourceType* or node types.
+There's much more to Sling of course - you'll find some additional simple
examples below, as
+well as above in the *see also* section.
## Additional examples