This is add-on which extends Slice functionality to support CQ version 5.6. It defines additional Guice modules which provides CQ-specific objects like Page, PageManager, etc.
Slice - a framework which simplifies Sling/CQ development by using dependency injection pattern and mapping Sling resources into Java objects. Slice repository: https://github.com/wttech/Slice
- Slice 4.2
- CQ 5.6
- 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-CQ56.git
cd Slice-CQ56
Compile and install:
mvn clean install
Add dependencies to your POM file:
<dependency>
<groupId>com.cognifide.slice-addon</groupId>
<artifactId>slice-cq56</artifactId>
<version>2.1.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.