Page Edited :
SLING :
The Sling Launchpad
The Sling Launchpad has been edited by Felix Meschberger (Jan 18, 2009). Content:The Sling LaunchpadThis tries to explain how exactly the Sling Launchpad works, what constitutes the Sling Launchpad and how you can use the Sling Launchpad to custom create you Sling launchers. ComponentsThe Sling Launchapd consists of Launchbad Base project and three additional projects which ultimately create a Standalone Java Application and a Web Appliction with standard parts of Sling. Launchpad BaseThe Launchpad Base projects creates the following artifacts, which are required in actual setups to get a Sling application:
$ java -jar org.apache.sling.launchpad.base-app.jar
To build a very basic Sling launcher, the Launchpad Base is actually all you need. But to really glue this together and get a usable system, some more work is required. Lets see how the additionaly projects Launchpad Bundles, Launchpad App, and Launchpad WebApp get to that. Launchpad BundlesThe second project we want to look at is the Launchpad Bundles project. This is a very simple project in that it only collects together a number of OSGi bundles, which will make up the final application. The bundles are stored in a (big) Java Archive. Launchpad App and Launchpad WebApp |
Unsubscribe or edit your notifications preferences