In our application, we might use 3rd party API details. Usually these details will be different for each environment. For dev environment, they might give …
In this article, will explore how to use sling context aware configurations. Step 1: Create a Context aware configuration. Create an interface with @Configuration annotation. …
Sling Models are annotation driven Java “POJOs” (Plain Old Java Objects) that facilitate the mapping of data from the JCR to Java variables. With hands …