Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

AEM Sling Model Constructor Injection | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

AEM Sling Model Constructor Injection by Sourcedcode Blog

Abstract

Sling Models field injection, @inject, are used to support injection of AEM Library-specific context objects. However, there is an alternative way to inject AEM objects into Sling Models, and its called Constructor Injection.

The benefits of Sling Model Constructor Injection:
1. Does not store the injection references to the adaptable.
2. Since it does not store injection references to the adapted object, the result of the adapted object has a smaller memory byte size.
3. Reducing AEM application consumption

Read Full Blog

AEM Sling Model Constructor Injection

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies