I'm trying to ensure all of our components are backed up by a sling model to help us create a 'content API'. I'm struggling with the out of the box sightly image component as it is complex and uses JS and not Java, I don't want to reinvent the wheel so if somebody has done this before please point m...
Hi Experts, My client is looking for a translation vendor to be used with Adobe AEM, We have few questions around it.1. Vendor should have a connector with Adobe AEM 5.6.12. Vendor should be cost effective, both for Machine and Human translation.Looking @ both requirements, which one would you reco...
Hello,When making an ajax call to create nodes in the jcr, the node's (nameHint) name is transformed to lowercase. Is there a key / value pair I can pass into my datastring object to prevent this from happening? Also, I am noticing that double-byte characters are not being added correctly.技術能力 - 卓越し...
Hi All,We have recently migrated from AEM 6.0 SP3 to AEM 6.2 during we have considered minimum not our entire site content.Our application content for many countries with different languages.Here my doubt is ,if i have packaged content from our old AEM instance(AEM 6.0 SP3) and installing on AEM 6.2...
Hi All,We have servlet which has implemented 'SlingAllMethodsServlet' with overriding doPost() and set returned content type as text/JSON .In Sightly component we are accessing this servlet using $.ajax(....).Observed ,to use this response json in Sightly component html ,no need to parse this respon...
Not a technical question, but I'm wondering if folks can offer what they're using for breakpoints their layout containers. FWIW, here's my definition from my structure file in my base template-type, but I'm not tied to this at all.<cq:responsive jcr:primaryType="nt:unstructured"> <breakpoints jcr:pr...
Hi Team,I would like to use sling models with WCMUse/WCMUsePojo class. For I have written the below code -@Model(adaptables = Resource.class)public class SampleSlingModel extends WCMUse { private static Logger LOG = LoggerFactory.getLogger(SampleSlingModel.class); @Inject private String tit...
Hi Team,Is it possible to get the Sling model in the class that extends WCMUse/WCMUsePojo? I tried the below code in Sightly class but I'm getting null-MySlingModel mySlingModel = getResource().adaptTo(MySlingModel.class);if (null != mySlingModel ) { LOG.info("mySlingModel IS NOT NULL");}...
Hi,I was trying to understand the following comment in Adobe documentation:Source URL - https://docs.adobe.com/docs/en/aem/6-0/administer/content/assets.htmlExtract from above link is following text.DIGITAL ASSET MANAGEMENT VERSUS IMAGE COMPONENTWhen determining whether to put an image into CQ DAM o...
We've implemented a TransformerFactory in our project to help re-write some links from "/content/project_name" to just "/project_name".The only downfall is that this Factory IGNORES any comments. For a number of reasons, we need to have the COMMENTS updated as well.Is anyone aware of a way to updat...