Hi Guys - I am new to CQ and need to clear some concepts. Sorry for asking some basic questionsWhat is the difference between page rendering and non-page rendering components?In the <cq:include> definition what doesI am not clear on the path and resourceType definition"The path to the resource objec...
Hi All,I have created a group in userAdmin and it has some users attached to it.And in my java class I want to get the list of users attached to the group, but somehow I am not able to find any API or some way to find it out.Finding the Group to which a user is attached I know, but dont know how to ...
Hi All, Does anybody know of a way to cache pages in the dispatcher based on the contents of the HTTP headers? Or is there a way to selectively disallow the caching of a page, or not to use the cache? Thanks,Bill
I am currently using CQ5.5 SP2 and having trouble to create a multifield component where one of the field allow user to drag & drop image from content finder to a smartImage. Below is my source code to init my multifield xtype. The last field is the field where I create the smartImage, but on the ...
I'm trying to implement an EventListener to propagate some JCR changes (property changed, node added ...).This topic has been discussed in a number of posts but different implementations are available and I'm inclined to describe the nitty gritty details on the required annotation as a very well kep...
Apologies if this is a double post but my original question seems to of vanished:I noticed today that its possible to create a bundle in CRXDE lite and edit java files it on the author/publisher. We have existing bundles that we deploy to the server via package manager as jars which we edit in eclip...
We are running AEM 5.6.1 with stand alone JAR file and want to know how to allow certain IP addresses to connect to author instance. Can some one provide a solution for this.Problem: You want only certain IP address to access your author instanceUse case: You have a dispatcher in front of author ins...
I'm experimenting with configuration for an OSGi bundle, and getting some results I don't understand.In CQ 5.4 I created a sling:OsgiConfig node at /apps/client/project/config/package.className with a property of "currentEnvironment". If I view this in the Felix UI, I see my value correctly. But if ...
Hello I am working on setting up Author clustering.Which one is recommended – active/active or active/passiveOnline documentation is not that clear. Could you please provide good documentation.