AdapTTO Logo education http://www.ligu.net/education-brand/adaptto-logo-231143
seen from Yemen
seen from China

seen from Ukraine
seen from China
seen from Malaysia

seen from Philippines
seen from United Kingdom
seen from Canada
seen from Canada
seen from Australia
seen from China

seen from United States

seen from Canada
seen from United Kingdom

seen from Taiwan
seen from United Kingdom
seen from United States
seen from China

seen from Brazil

seen from Brazil
AdapTTO Logo education http://www.ligu.net/education-brand/adaptto-logo-231143
SLING Models for AEM
Sling Models is framework that will let us map Sling objects to POJOs. The idea is to create model objects to represent resources.
This approach uses entirely annotations to build its structure, and has support to work with both classes and interfaces.
On this post I will explain how to incorporate sling models into your project to map resources into POJOs.
SLING MODEL Bundles
AEM 6 has Sling Models support OOTB, to make it work with CQ5.6 some extra steps will have to be followed. In my case, I am using AEM 6 SP2.
To find out if your AEM/CQ installation is Sling Model ready you can visit the web console and check if the OSGI bundle for Sling Model exists and verify that it is active.
To do that you can visit the /system/console/bundles URL in your local instance and look for the Sling Model bundles.
Note: Take a close look at the bundles version.
Project Setup
Once your AEM instance is ready you can begin the project setup:
Sidekick Auto Configuration
(from a presentation I gave at adaptTo() 2012)
An often overlooked aspect of many CQ projects is configuring the side-kick prior to go-live with the components that were meant to show up on the given pages/template types. This workshop will look at several ways to control this at the code level as well as how to configure default component properties.
http://www.pro-vision.de/content/medialib/pro-vision/production/adaptto/2012/adaptto2012-cq5-sidekick-auto-configuration-todd-haser-pdf/_jcr_content/renditions/rendition.file/adaptto2012-cq5-sidekick-auto-configuration-todd-haser.pdf