Connecting AEM server remotely from the external java web application.
Hi ,
We have requirement to use our existing java web application to create/modify nodes , templates and pages through our java web application remotely into the AEM CRX repository. Like creating /updating nodes through cURL command. Instead of using cURL commands , we are planning to write java codes to make connection with existing AEM CRX server and doing the same operation such as create/modify content in the existing CQ pages.
We are trying to connect AEM CRX server from the J2EE web application/ otherwise traditional java servlet and not using any frameworks.
However i am getting lot of exceptions , eventhough i have included all the necessary dependency files in maven pom.xml.
Here is the link that i used as reference to connect to CRX server externally.
Here all my questions,
is there any way that we connect AEM CRX repository through the traditional Java web application?
can we create/update existing AEM pages through remotely which means through extenal java applications ,which is running in different web app server?
Thanks
Arun