Posts

Customizing Cloud Service configuration in AEM

Image
There are many cloud services provided out of the box to connect aem with the adobe marketing cloud & third party services. You can access cloud services by  Cloud Services Some of the mostly used cloud service configurations are:- DTM Adobe Target Adobe Analytics Adobe Campaign Livefyre Facebook Connect Twitter Connect Youtube  reCaptcha Most useful and strong feature of C loud Service is that it allows inheritance from parent pages to child pages with the ability to break the inheritance at any level.So You can provide configuration at site top level/root page and all the child pages can use the same configuration by default. If you want to change the configuration at any level you can create a separate configuration for that page or simple uncheck the inheritance at child lev You can configure cloud service like this and can use at page level. 1:-Click on Configure now to create a new configuration.Give Name and title and click on creat

Sightly | HTL(HTML Template Language)

Image
HTL (Previously known as Sightly) was first introduced in AEM 6.0 as an alternate of JSP, EcmaScript & JSLT. Now it is preferred templating language in AEM. It is recommended for new AEM projects to use HTL as it offers multiple benefits compared to JSP.  Although languages like of JSP (Java Server pages) and ESP (ECMA Script Server Pages) serve well for website development in AEM, HTL is emerging to be a preferred templating language for HTML because, HTML developers can participate better in AEM project without any JAVA knowledge. Advantages of using HTL:- ·    New AEM developers have shorter learning curve ·    Easy to maintain project with cleaner code ·    Elimination of UI/AEM integration issues ·    Increased developer productivity ·    Secure: URL Externalization and XSS Protection ·    Finally helps you forget about JSP Scriptlets, with embedded business logic. ·    Offers pure view and help move the business logic to Java classes (externalizing th