Problem:
In one of my projects I needed to show some content nodes in Tree structure in my JSP and then need to delete few of them with inline editing without leaving the page i.e. asynchronously. So I started looking for possible solutions.
Solution:
This blog is about all those findings.
There are two most common ways to manipulate a Node in CQ repository and so for deletion of a node.
Continue reading…
