Hi,
I need to write a servlet to hit the third party URL(its a open source url) and this URL returning data in json format.I need to store these data in node.Please suggest
Regards,
Solved! Go to Solution.
See this AEM article that shows you how to use the JCR API to save data in the JCR --
http://scottsdigitalcommunity.blogspot.ca/2014/12/querying-adobe-experience-manager-6.html
In your servlet - after you get back the JSON data, create app logic to store the data in the JCR.