SlingBeans is a plugin for NetBeans IDE (versions from 8 up to 19 and newer) for AEM and Sling developers.
Download beta NBM (NetBeans plugin) file for testing HERE . For old version of NetBeans you have to download older file and build the plugin yourself. The plugin requires JDK >= 8.
- Watch screencast on SlingBeans installation - HERE
- Watch screencast about editing remote AEM repository with SlingBeans - HERE
- Watch screencast about editing local Maven AEM Content Project with Synchronization - COMMING SOON
Please consult User Manual for detailed instructions
Main features:
- Remote resource tree directly available in IDE with both attribute, binary content, upload functionalities
- It is possible to edit local VLT exported tree as original structure (with attributes etc.)
- It is possible to automatically invoke sync actions (bi-directional based on Apache Vault)
To use AMC archetype in NetBeans you have just to install it in local repo
git clone https://github.com/Adobe-Marketing-Cloud/aem-project-archetype.git aem-project-archetype
cd aem-project-archetype
mvn install
Version 1.2 (2020-10-20)
- Added support for Apache NetBeans 12
Version 1.1 (2016-01-29)
- Fixed node refresh issues after import export
- Added 'Open filter file...' command inside project 'Sling Content'
- Local Sling tree not collapsing after export to server
- Logging turned off by default
- Update available notification from the next version
- It is possible to create new files inside the project (but not others node -> create on remote and then export)