What is best method to use third party rest api. According to me there are two ways.Approach 1. Make JavaScript Ajax Calls to consume the REST API.Approach 2. Use a HttpClient on the OSGI Service Layer to consume these services.What is they best way and why. Can you please help.
When we configured a live copy so that it will copy the content from en to es. We have the below issues with the live copy:1. It is not copying vanity urls to es.2. When we update the title in page properties of any page in en, it is not reflecting in es.Please let me know how to resolve these two i...
We have a premium on disk space in our dev environment (AEM 5.6).We use packages to install "content" and svn / Vault to install "code"One idea I had was as follows.All packages that are 2-3 weeks old should be removed from author / publish. Because they are available in jira, they have been install...
Hi All,I want to mark questions which are answered as 'Answered' but i am not seeing any options.This i am observing from couple days.Is anything changed in this regard.Thanks,Kishore
Hi All,In my component.html I have the below :#1] <div data-sly-use.componentUse="${'com.xxx.xxx.componentUse' @ propertyName='properties.relatedPath'}" data-sly-unwrap></div>where "relatedPath" is of type String[] holding values for the below dialog section<multi jcr:primaryT...
Hi, If I have granite/ui/components/foundation/form/select.How can I modify it to have multiple select, in HTML5 one just changes <select> to <select multiple>Or is there another granite component I must use. RegardsClive Stewart
Hello all, we are running a AEM author instance having 200GB with some Websites,for this one which way is better to startup the author instance so please suggest me to startup the aem author instance..RegardsVeera
What will be the order of resolution of aem(6.0) run mode if it is mentioned in all 4 ways1.jar file name2.sling.properties file3.using -r on command prompt4.using -Dsling.run.modesThe order conflicts in these two siteshttps://helpx.adobe.com/experience-manager/kb/RunModeSetUp.htmlBehavior when run ...
HI,I'm new to AEM. This is the first time I'm using Dam Update Asset workflow. I edited workflow in a way that when I upload any images, the workflow needs to create renditions. The workflow is working perfectly in local server. when I try to deploy the same model in the server which is in the cloud...
Hi All,In our component dialog.xml, we currently have the below :<tags jcr:primaryType="cq:Widget" cls="cq-propsdialog-tags" fieldLabel="Tags" name="./cq:tags" xtype="tags"/>#1] We should be able to restri...