CRXDE stands for Content Repository Extreme/Development Environment. CRXDE Lite is embedded into AEM and enables you to perform standard development tasks in the browser. With CRXDE Lite, you can create a project, create and edit files (like .jsp and .java), folders, templates, components, dialogs, nodes, properties and bundles while logging and integrating with SVN(Subversion).
Getting Started with CRXDE Lite
To get started with CRXDE Lite, proceed as follows:
Install AEM.
In your browser, enter https://<host>:<port>/crx/de . By default it is https://localhost:4502/crx/de .
Enter your username and password . By default it is admin and admin .
Click OK .
CRXDE Lite is recommended when
do not have direct access to the AEM server
develop an application by extending or modifying the out-of-the-box components and Java bundles
when you do not need a dedicated debugger, code completion and syntax highlighting.
CRXDE and the Folder Structure of the AEM Repository!
What is CRXDE
CRXDE stands for Content Repository Extreme/Development Environment. CRXDE Lite is embedded into AEM and enables you to perform standard development tasks in the browser. With CRXDE Lite, you can create a project, create and edit files (like .jsp and .java), folders, templates, components, dialogs, nodes, properties and bundles while logging and integrating with SVN(Subversion).
Getting Started with CRXDE Lite
To get started with CRXDE Lite, proceed as follows:
CRXDE Lite is recommended when
- do not have direct access to the AEM server
- develop an application by extending or modifying the out-of-the-box components and Java bundles
- when you do not need a dedicated debugger, code completion and syntax highlighting.
It is recommended to use AEM developers tools for development – AEM Developer Tools for Eclipse & AEM HTL Brackets ExtensionFolder Structure of the AEM Repository
/apps
All custom templates, components and other definition of sites are stored here.
/conf
All configurations of your site. Stored Dynamic templates and Policies (since AEM 6.2)
/content
All contents of your site is stored here.
/etc
All resources related to utilities and tools.
/home
All information related to users and groups.
/libs
All libraries and definition that belongs to Adobe Experience Manager code.
/oak:index
Contains Jackrabbit Oak index definitions. Each node specifies the details of one index.
/tmp
A temporary working area.
/var
File that change and are updated by system: Audit Logs, Statistics, Event Handling
Recent Posts
Tags
Meta
Categories