Adobe Experience Manager 6.5 overview showing Web Console, CRXDE Lite, bundles, and package manager

AEM 6.5 (Adobe Experience Manager) Overview: Web console, CRXDE lite, bundles, package manager

AEM

Aem is one the most powerful content management systems. To work directly on enterprise level first we need to understand the structure of the aem.

This article provides the clear overview of the fundamental aem 6.5 interfaces:

  • Web console
  • Bundles(Apache Felix)
  • CRXDE Lite
  • Package Manager

These tools work as a backbone of aem in deployment, troubleshooting and system maintenance.

Whether you are beginner or CMS developer this will make the foundation strong in aem to work on real world enterprise development.

  1. AEM WEB CONSOLE

AEM WEB CONSOLE

Tool Section

Tool section contains several administrative and configurations option which developers and author manages how aem behaves, content is structured and different feature are enabled across the project.

Digital Asset Manager

One of the most important tool is assets which is also known to be DAM (Digital Asset Manager) which helps to store, manage and organise digital files like images, videos, Pdf and other documents. Instead of keeping local files on a local system here everything is managed centrally.

  1. Bundles (Apache Felix)

web console bundles

This web console bundles are powered by apache felix which is an open source OSGI framework. Even though we can access it from aem this console is not build for only aem, it is generic OSGi management console that adobe uses internally for aem. Here each functionality runs as a bundle which is basically a java module. These bundles work together to keep running system properly in the background

Important thing:

For healthy system the status of the bundle should be in an active state.

web console bundles

Amongst them if any bundle shows inactive or stopped then it directly impact to aem features like page rendering, components and workflows.

Tip:

Developers should look into these bundles when something is not working properly as expected.

Caution:

Mainly used for monitoring and troubleshooting purposes by developers or administrators because any incorrect changes here can directly affect the entire aem system.

  1. CRXDE Lite

internal repository

Basically it is internal repository browser and editor in aem and the usage of it is to view and manage the content store inside the aem by developers.

The highlighted part here is the whole structure where the content is being stored which includes pages, components, templates, configurations and even permissions inside Jcr repository.

Properties

When any node is clicked it shows the properties of that particular in which we can see metadata of that node like name, type, value and so on.

Along with that we can edit any node by adding or changing the property through giving its name, type and value.

  1. Package Manager

Package Manager

Packmgr tool is used to import, export and manage packages inside aem. It is basically a zip file which contain configurations and code together used by developers and administrator for migration and deployment.

Package Manager

Package Manager

Here we can create , upload and delete and also download package according to our requirements.

Package Information

Each package also contain information such as package name, version, group, last modified date and each and every detail of a particular package which helps to understand actual content of it.

Basically it is deployment and content transfer tool for aem used heavily in real world enterprise level.

 

 

Written by
Vandit Photo Blogs 1

Vandit Shah

AEM Certified Developer

I’m Vandit Shah, an Adobe Certified AEM Developer at Arroact Technologies. I work with Adobe Experience Manager to build structured, scalable digital experiences that are both efficient to manage and consistent across channels. 

Alongside AEM, I focus on N&N Automation to streamline repetitive processes and improve how teams handle content and workflows. I’m interested in finding practical ways to reduce manual effort while keeping systems reliable and easy to maintain. 

My approach is straightforward - understand the requirement clearly, build with clean structure, and make sure the solution works smoothly in real-world use. I enjoy working on projects where thoughtful implementation can simplify complexity and create lasting value for both teams and end users. 

FAQs

Frequently Asked Questions

It is used for creating and managing the content of the project which involves various sections as projects, site, experience fragments, asset and forms used according to our requirements.
It is used for administration, configurations and developer level setup. It helps to manage template, components, workflows and different tools to control how content is build and delivered in aem.
It is most important tool known to be DAM(Digital Asset Manager) used to store digital files such as image, pdf, videos and various other documents.
Yes, it is very important to see bundle status which should be in active state otherwise it will directly affect the working background system of aem.
In CRXDE Lite the data are stored in hierarchical tree based which has java repository structure.

Related Blogs blue-line-vector-3

Building a Custom AEM Text Component with Dialog, HTL & Deployment
29 April 2613 min read
AEM
Building a Custom AEM Text Component with Dialog, HTL & Deployment
In AEM implementations in the real world, development of components that are reusable an…
Read More
AEM Workflow Explained: How It Works and Why It Matters
28 April 2618 min read
AEM
AEM Workflow Explained: How It Works and Why It Matters
Managing content through the Adobe Experience Manager (AEM) isn't simply a matter of crea…
Read More
Difference Between an Adobe Certification Badge and a Course Completion Certificate
12 March 2615 min read
AEM
Difference Between an Adobe Certification Badge and a Course Completion Certificate
If you’re learning Adobe Experience Manager (AEM), you’ve probably come across two things …
Read More