Skip to content
jkan997 edited this page May 24, 2015 · 7 revisions

Resource Tree Explorer (aka Sling Explorer)

  • Goto Sling Explorer tab
  • Click connect
  • Enter credentials of your server WITH PORT ie. http://127.0.0.1:4502/
  • Right now you can browser repo and remove nodes, edit text one etc.

Property Editory (aka Sling Properties)

  • When you have some node selected in Sling Explorer you can open Sling Properties panel in the bottom
  • You will see properties of current node some of them are non-editable
  • You can edit and add properties, to remove one click Right Mouse Button on node in Sling Explorer and select 'Remove Property'
  • All basic types are supported, in case of DATE stick with XML notations
  • Other types and multi-values comming soon - if you need them add comment in the issue

Remote Log viewer

  • Remote log viewer uses Sling Servlet on the AEM to retrieved delta of the log files
  • You need to install RemoteLog package prior installing
  • This package is only intented to be used inside development enviroments

AEM functions

  • It is possible to fire AEM Workflow on selected node
  • It is possible to open Workflow console
  • You can open selected node in CRX DE Lite
  • You can open selected node as the web page

Maven Content Project assistant

  • When you open Maven project with Content inside you will see nice tree of the fragment of repository covered by this project
  • You can see attributes of the nodes in Sling Properties (editing comming soon - if you need it add your comment to this issue)

Embeded VLT synchronisation

  • SlingBeans allows you to synchronize local Maven Content Project and remote server content
  • This can be used both manually and automatically
  • This part of code is still EXPERIMENTAL, be prepared to have backup copies