Dynamically node creation in AEM publisher without administrative access
I have one scenario to discuss in programatically node creation in JCR with out administrative access.
Is there any way we can create node in publisher , lets say we hit the URL like below via dispatcher
http://example.domain.com/content/project/example.html
and in the component jsp we will write some code to create the node, if not present in Publisher JCR.
Right now the node creation is happening , but only when we logged in the publisher.
I need to create the node , with out logging to JCR .
Can anybody help?
