Java JCR/Adobe AEM: How do I access the node directly without using queries?
as above. I've looked at "getNode" (part of javax.jcr.node) and it requires a relative path. I'm hoping there's a function that I haven't seen yet that accepts an absulate path.
Code example:
Node node = Node.getNodeByAbsulotePath("/content/my-folder-here/my-node-here");
Thanks a lot.