
- Aug 2
- 1 min
How to create a sling servlet with dynamic path
I recently worked upon a use-case where I had to register a sling servlet with dynamic paths, and following is how I implemented it: To...
431 views

- Jul 18
- 2 min
Sling Job and JobConsumer
A JOB is an action which is guaranteed to be performed at least once and its state is persisted under node /var/eventing/jobs. A Job's at...
131 views
- Jul 12
- 1 min
Is @ValueMapValue and @Inject same?
Nope, it is not! Following are the Injectors Available: Scripting Bindings ValueMap (We will specifically talk about this annotation on...
211 views

- Jan 23
- 1 min
How to iterate Multifield simply using HTL
Let's refer Multifield we created here, which has following fields: Following HTML uses Sling Model to access multifield values: <section...
166 views

- Jan 21
- 2 min
What is Sling Model?
In simple terms Sling Model is a java class that facilitates injection data from JCR into a Java variable.
142 views