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
- 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
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
Add dependency to your POM file:
<dependency>
<groupId>com.cognifide.slice-addon</groupId>
<artifactId>slice-aem60</artifactId>
<version>1.2.0</version>
</dependency>
- Slice wiki
- Slice users mailing group if you have any question on how to use it
- Slice issue tracking
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.