Abstract
Objective
After reading this Article, You should have an Understanding of –
Reading the existing package through JcrPackageManager.
Creating, building, and installing packages through a Java API.
Introduction
In AEM Development, we mostly come across the situation of having to deal with the AEM Package with Java Code. For example, you have to archive the content available in a folder daily and store it in cloud storage. In this case, you can create a package and send it to cloud storage through the Java API. Another case may be to read the package to get the content path. So we will cover all the approaches to creating, reading, installing, building, and uploading features of the package through the Java API.
Hence, without any further delay, let’s get started:
Dependency to use Package Manager API
Dependency in core pom.xml
org.apache.jackrabbit.vault
org.apache.jackrabbit.vault
3.2.8
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni