Saturday, July 29, 2023

Difference between Bundle and Package in AEM

 

In this article, we will learn what exactly is the difference between Bundle and Package.


Bundle is a tightly coupled, dynamically loadable collection of classes, jars, and configuration files that explicitly declare their external dependencies (if any).


A Package is a zip file that contains the content in the form of a file-system serialization (called “vault” serialization) that displays the content from the repository as an easy-to-use-and-edit representation of files and folders. Packages can include content and project-related data.




Happy Coding!


OLAP vs OLTP

OLAP (Online Analytical Processing) and OLTP (Online Transaction Processing) are two different approaches to handling data in databases.  ...