AEM, Java

Exploring Apache Sling Sitemap Generator With Customization in AEM

Prerequisite  AEM 6.5 installed with Service Pack 11+ or  AEMaaCs SDK. What is Apache Sling Sitemap Generator As we all know, one crucial aspect of any website is its Sitemap, a file that provides a roadmap of all the pages of a website for search engines to crawl and index the website. Below is the sample sitemap.xml file: ...

by sonal.gupta
Tag: Apache Sling
27-Apr-2023

Technology

Why prefer Sling for building a website and how to get started ?

With all the options out there to create a personal website: Wordpress, Drupal or Joomla to name a few why would anyone create a site from scratch anymore? Naturally creating something from scratch takes a lot more work than simply taking something Out of the Box (OOTB). A number of open source projects allow users to template out...

by Arpit Gupta
Tag: Apache Sling
15-Feb-2016

Technology

Content Migration in AEM using SlingPostServlet

A very basic migration flow looks as follows: In this scenario, you have a CMS(that could be Sitecore, Drupal, Wordpress or any other CMS) which has source content that needs to be migrated to AEM. To achieve this, we typically need to do following things: Get content from source CMS in any format(XML, CSV, etc) Process this...

by Vivek Sachdeva
Tag: Apache Sling
16-Oct-2015

Technology

Access Content Repository via getServiceResourceResolver() in AEM6/Sling7

JCR Sessions and Sling Based Authentication are always the important in code where someone need to get an access of the Content Repository. But this same way to get an access over content repository was remains controversial due to its administrative privileges . So with the new AEM6 version below methods have been deprecated to get an...

by Vivek Dhiman
Tag: Apache Sling
22-Dec-2014