Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

About

Slice is an open-source framework that makes a framework which simplifies Sling/CQ development much easier and more efficient. It was initially developed by CognifideImage Removed and then evolved to an open-source project. It combines Sling and Guice to create a solid foundation for building high quality projects efficiently.

Info

Since version 3.1.0, CQ related modules have been extracted as seperated Slice CQ Addons.

...

Adobe AEM development by using dependency injection pattern (DI). It glues Sling and Google Guice together, allowing developers to create a code with a clean separation of concerns. You can map resources to Java models seamlessly and thanks to DI arrange your application in easily testable and maintainable code.

Benefits

...

...

...

Source repository

The source code is hosted on Github: http://github.com/Cognifide/Slice

...

You can get Slice either by:

  1. Download package from here.
  2. Downloading and building source code:

    Code Block
    languagebash
    git clone git://github.com/Cognifide/Slice.git
    cd Slice
    mvn clean package