Expand my Community achievements bar.

Deep Dive on Sling Model in AEM 6.3 : Part-2

Avatar

Level 3

In our previous blog, we have already learned basics of sling models.But the magic of sling models is not over. We have more to know.

We have seen injector specific annotations of sling models in Part-1, except all these specific sling model Injectors we have some more annotations that help in Sling Models Development.

Here the following annotations will be covered:

  • @Inject
  • @Named
  • @Default
  • @Required and @Optional
  • @PostConstruct
  • @AemObject

Adapter Framework in Sling Models:

  • adaptTo Framework
  • ModelFactory

The demo videos that explains the above topics will help you more:

For Complete Understanding of sling Models,

Read these articles:

  1. Deep Dive on Sling Models in AEM6.3 : Part-1
  2. Deep Dive on Sling Models in AEM6.3 : Part-2
0 Replies