Hi everybody,I would like to know if it's possible to use Commonjs in the front end? Here's an example:var hello = require('hello'); module.exports = hello() + 'world';I'm not a big fan or AMD and the JavaScript use API provided. Commonjs in the front end usually requires a build step and I was also...
Hi all,I have a requirement to create different renditions with higher dpi than actual uploaded asset's dpi. Is it possible in AEM?Eg. I am uploading an image of 572X320 with 72 dpi. DAM update asset workflow I need to have a new process named 'high dpi rendition' like 'web enabled rendition' whic...
Hi all,I would like to customize the standard component Reviews Essentials. For this Purpose I have copiedlibs\social\reviews\components\hbs\reviews\review.review.hbs to apps/myProject/components/social/reviews/hbs/reviews/review.hbs in my Project. In this file I have added some <dev>test</dev> just...
Hi I am using the OOTB blog feature without any change in the OOTB components like archives, categories etc. I have taken a local copy of the blog components under my project and using the same. But the issue I am facing is, when I am using archives, It is not rendering any list of pages . I wa...
The question, in general, would be: for security reasons, we have on Publisher instance an ACL denying read access to everyone to /libs folder. If I want to use a clientlib located under /libs I cannot insert it just as a dependency of my own clientlib (located under /etc) because the user won't hav...
Hi,An exception is occurring on our system and the stack trace looks like this:Caused by: java.lang.NullPointerException at org.apache.jsp.apps.cq.gui.components.authoring.pagestatus.pagestatus_jsp._jspService(pagestatus_jsp.java:202) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.serv...
Adobe site says that i can Download CRX Developer Edition all non-production purposes for Free but i can't find the link. Please suggest.it is mentioned in below link:http://docs.adobe.com/docs/en/cq/current/core/getting_started/overview.html
Hi , I have added "image, spellcheck, mistools" plugin IDs under rtePlugins. But I am unable to see image icon in Rich Text Editor(RTE). But I can see spellcheck and mistools.I created features property with * value for all the plugin IDs. Do I need to add any more properties for image plugin to act...
HiI want to prevent few properties from replicating in LiveCopy. I have followed the below documentation http://docs.adobe.com/docs/en/cq/current/administering/multi_site_manager.html#Excluding Properties and Node Types From Synchronization . But since I need to create a OSGI node in my project st...
Hi All,I have created a new template and mapped to component.Component's jsp has code snippet to call service but after creating page with that template and when double clicking page a blank page is showing.Can someone help me how to debug this issue and resolve it.//<!--<%-- Component Template Wor...