In the previous post, we had a look at some of the samples included with the Sling framework. In this post, I'll walk you through the steps I followed when setting up an Apache Sling project that uses Maven. Note: Apache Sling is part of the Adobe Experience Manager (AEM)…
3 posts tagged
Apache Jackrabbit Oak
Getting started with Apache Sling - Part 2
In this post, we'll take a look at some of the samples included with the Sling framework. Note: Apache Sling is part of the Adobe Experience Manager (AEM) stack. Prerequisites OpenJDK for Java 1.8 Git Maven (I'm using 3.3.9) The Eclipse IDE for Java EE Developers (I'm…
Getting started with Apache Sling
Apache Sling is an open source, REST-based web framework, that makes it easy to build content-oriented applications (e.g., websites and related services). Sling uses scripts (e.g., JavaScript, Groovy), template languages (e.g., HTL, Handlebars) or Java servlets to process HTTP requests and a Java Content Repository (Apache Jackrabbit…