AEM Developer Tools for Eclipse aem-developer-tools-for-eclipse
Overview overview
The AEM Developer Tools for Eclipse is a Eclipse plugin based on the released under the Apache License 2.
It offers several features that make AEM development easier:
- Seamless integration with AEM instances through Eclipse Server Connector.
- Synchronization for both content and OSGI bundles.
- Debugging support with code hot-swaping capability.
- Simple bootstrap of AEM projects via a specific Project Creation Wizard.
- Easy editing of JCR properties.
Requirements requirements
Before using the AEM Developer Tools, you need to:
-
Download and install . AEM Developer Tools currently support Eclipse Kepler or newer
-
Can be used with AEM version 5.6.1 or newer
-
Configure your eclipse installation to ensure that you have at least 1 gigabyte of heap memory by editing your
eclipse.ini
configuration file as described in the .
eclipse.ini
.How to install the AEM Developer Tools for Eclipse how-to-install-the-aem-developer-tools-for-eclipse
Once you have fulfilled the requirements above, you can install the plugin as follows:
-
Browse the .
-
Copy the Installation Link.
Note that alternatively you can download an archive instead of using the installation link. This allows offline installation but you will miss automatic update notifications this way.
-
In Eclipse, open the Help menu.
-
Click Install New Software.
-
Click ´¡»å»å….
-
In Name type AEM Developer Tools.
-
In Location copy the installation URL.
-
Click Ok.
-
Check both AEM and Sling plugins.
-
Click Next.
-
Click Next.
-
Accept the lincese agreements and click Finish.
-
Click Yes in order to restart Eclipse.
How To Import Existing Projects how-to-import-existing-projects
The AEM Perspective the-aem-perspective
The AEM Development Tools for Eclipse ships with a Perspective that offers you full control over your AEM projects and instances.
Sample Multi-Module Project sample-multi-module-project
The AEM Developer Tools for Eclipse comes with a sample, multi-module project that helps you quickly get up to speed with a project setup in Eclipse, as well as serving as a best-practice guide to several AEM features. .
Follow these steps to create the sample project:
-
In the File > New > Project menu, browse to the AEM section and select AEM Sample Multi-Module Project.
-
Click Next.
note note NOTE This step might take a while since m2eclipse needs to scan the archetype catalogs.