AEM 6.4 has been launched last year and you might be thinking of upgrading your AEM instances to the latest…
Drupal 8: Modify Field Definition without Data loss
Drupal ships with different types of field types, which can be used to organize our data. Some are – Boolean, datetime,…
Converting AEM JCR nodes into JSON
AEM resources such as JCR nodes can be easily converted into JSON format using com.day.cq.commons.TidyJsonItemWriter class which extends org.apache.sling.commons.json.jcr.JsonItemWriter class.…
Building RESTful web services Part – 2
As discussed in the previous blog, let’s now see few examples on how to create REST APIs. REST API examples:…
Building RESTful web services Part – 1
REST vs Microservices: Before I touch upon RESTful webservice development, let’s understand REST vs Microservices. Microservices is an architecture style wherein…
Touch UI Component Converter
With the deprecation of Classic UI by Adobe and end of support by 2019, its essential for the customers to…
Generating PDF from HTML in Adobe Experience Manager
Overview One of the most commonly found and most informative document formats on the internet are – PDFs. In this article, you…