|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Apache SlingTM is an innovative web framework that is intended to bring back the fun to web development.
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.
The embedded Apache Felix OSGi framework and console provide a dynamic runtime environment, where code and content bundles can be loaded, unloaded and reconfigured at runtime.
As the first web framework dedicated to JSR-170 Java Content Repositories, Sling makes it very simple to implement simple applications, while providing an enterprise-level framework for more complex applications.
This documentation has been created from the Sling 6 Source Release tag using the Maven JavaDoc plugin as follows:
$ svn export http://svn.apache.org/repos/asf/sling/tags/sling-6-source-release sling6 $ cd sling6 $ curl http://svn.apache.org/repos/asf/sling/trunk/src/misc/sling-6-source-release.javadoc.patch | patch -p0 $ mvn -DexcludePackageNames="*.impl:*.internal:*.jsp:sun.misc:*.juli:*.testservices:*.integrationtest:*.maven" \ org.apache.maven.plugins:maven-javadoc-plugin:2.7:aggregate
The sling-6-source-release.javadoc.patch file just patches the builder project's version number and adds this overview page file.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |