Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Latest commit

 

History

History
62 lines (38 loc) · 1.8 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.8 KB

Wunderman Thompson Technology logo

Slice-AEM60

Slice logo

Purpose

This is add-on which extends Slice functionality to support AEM version 6.3, 6.2, 6.1 and 6.0. It defines additional Guice modules which provides AEM-specific objects like Page, PageManager, etc.

Slice - a framework which simplifies Sling/AEM development by using dependency injection pattern and mapping Sling resources into Java objects. Slice repository: https://github.com/wttech/Slice

Prerequisites

  • Slice 4.4, 4.3 or 4.2
  • AEM 6.3, 6.2, 6.1 or 6.0
  • Apache Sling 2
  • Maven 2.x, 3.x

Installation

Slice and all add-ons are available from Maven Central Repo. However if you want to check out the newest development version, do the following:

Checkout the source code:

cd [folder of your choice]
git clone git://github.com/wttech/Slice-AEM60.git
cd Slice-AEM60

Compile and install:

mvn clean install

Usage

Add dependency to your POM file:

<dependency>
    <groupId>com.cognifide.slice-addon</groupId>
    <artifactId>slice-aem60</artifactId>
    <version>1.2.0</version>
</dependency>

Documentation

Commercial Support

Technical support can be made available if needed. Please contact us for more details.

We can:

  • prioritize your feature request,
  • tailor the product to your needs,
  • provide a training for your engineers,
  • support your development teams.