SLING-4713 - Update Sightly REPL to display generated Java source code

* Java source code for generated class is displayed by reading the *.java files from disk
in case the org.apache.sling.commons.fsclassloader bundle is active and the classes' source
code was generated by enabling Sightly's dev mode

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1678985 13f79535-47bb-0310-9956-ffa450edef68
4 files changed
tree: 8266218771d83c33c0ce79e765c5527c25ce1094
  1. src/
  2. NOTICE
  3. pom.xml
  4. README.md
README.md

Apache Sling Scripting Sightly Read-Eval-Print Loop Environment

To install:

mvn clean install sling:install

Then just browse to http://localhost:8080/sightly/repl.html.