Top "Sling" questions

Apache Sling is a web framework that uses Java Content Repository to store and manage content.

How to set a resource property

I have a Sling Resource object. What is the best way to set or update its property?

aem jcr sling
Accessing resource data from JCR repo

Using sling resource interface I am trying to get access the data saved as a binary property to my JCR …

java jackrabbit aem jcr sling
What's the purpose of resourceResolver.adaptTo(Session.class) in Apache Sling?

I am new to Apache Sling, CQ5, etc. In our codebase, we have a code snippet similar to this: void …

java aem jcr sling
Setting properties in Adobe CQ5

I'm working on CQ5 based app, which is a whole new area for me as I was mainly working on …

osgi aem sling
Sling model unit tests: mock currentPage in SlingHttpServletRequest

I am having some trouble testing a Sling model: the currentPage is not getting injected for some reason. My Sling …

mockito aem sling sling-models
How to create a system user (rep:SystemUser) in AEM 6.1?

On AEM 6.1.. I am trying to create a System User (rep:SystemUser). Can anyone help me? I need this system-user …

aem sling
AEM 6.1 Sightly basic form submit and redirect to same page

I am trying to do the following on AEM 6.1: Develop a simple form (3 input fields) Process the submitted values, And …

aem sling sightly
CQ5 - Sling currentPage in model class

In a CQ jsp it's easy to access the currentPage object by simply calling currentPage.getPath(). But I'm trying to …

java aem sling
cq5 get parent node properties

I have component hierarchy parsys -> parentcomp -> childcomp parentcomp node has some properties. I am trying to …

aem jcr sling
CQ5 - Dynamically populating options in selection xtype

I've been banging my head for hours on this now. I'm trying to dynamically populate options in a selection xtype …

aem sling