The Apache Sling team is pleased to announce the release of Apache Sling 
Explorer 1.0.0

Apache Sling is a web framework that uses a Java Content Repository, such as 
Apache Jackrabbit, to store and manage content. Sling applications use either 
scripts or Java servlets, selected based on simple name conventions, to process 
HTTP requests in a RESTful way.

Sling Explorer allows it to browse the Sling resources directly in the browser.
It's the first official release and assigned to developers purpose.

This release is available from http://sling.apache.org/site/downloads.cgi and 
Maven:

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId> org.apache.sling.extensions.explorer</artifactId>
    <version>1.0.0</version>
</dependency>


Release Notes:
This ist the first official release.

Enjoy!

-The Sling team

Reply via email to