Hi Team,I am trying to compare TarMK and MongoDb which is the best option in AEM 6.2. Someone provide the information on this. why we need to go for TarMk and why we need to go for the MongoDb. Thanks in advance :) :)
We are currently trying to shift around some of the items in the community groups component view. One of the things we're looking to change is the size of the thumbnail for each group; we would like to make them bigger. As far as I can see, this image is pulled in from a field in the JSON:"imageURL"...
Hi All,I am wondering if I can compete the following use cases with the AEM 6.2 REST APIs or if I will need to hit the SOAP APIs? GET /folders/contents GET /folders/{id}/contents GET /folders/metadata GET /folders/{id}/metadata GET /files | GET /files/{id} GET /files/{id}/metadata GET /files/metadat...
We are on cq 5.6.1 and looking at upgrading to 6.x.There is a consensus being made on 6.1 as preferred choice since 6.2 has only been around for 5 months since its General availability.As we are on 5.6.1 (not using many of new features anyways) plus no translation, communities, social components.Wha...
Hi all,When we implement forms, generally there is a requirement to upload the supporting documents like ID proof.Do we have such a feature in HTML Forms, that allows us to attach and upload documents?Appreciate your responses.Thanks,Rama.
Hi,1. I am aware that AEM PDF Forms are adaptive and HTML Forms ate HTML 5 compliant.Apart from these two, is there any difference between these two?2. From AEM PDF Forms, we could invoke and consume web services. Is the case same with HTML Forms too?3. Could HTML Forms be rendered as PDF?4. In term...
Hi,1. I am aware that AEM PDF Forms are adaptive and HTML Forms ate HTML 5 compliant.Apart from these two, is there any difference between these two?2. From AEM PDF Forms, we could invoke and consume web services. Is the case same with HTML Forms too?3. Could HTML Forms be rendered as PDF?4. In term...
Hi everyone,I am trying to use PowerShell to have a package rebuild on request.What I have so far is$client = new-object System.Net.WebClient$client.Credentials = Get-Credential$client.UploadString("http://localhost:4502/crx/packmgr/service/,json/packages/ExportsFromProd/export-package.zip","param=b...
I have a component that has a certain property applied in a dialog. This component has a parsys for dragging in other components.These 'child' components need to be able to read a property from the 'parent' component. How can this be achieved using the Javascript-use API?