CREATE RESTFul service in AEM 6
Hi, I have already done some investigation on how to do this.. but, no luck so far.. Any help would be much appreciated.
I need to CREATE a Rest Service in AEM that will be accessed by a mobile application. The service should perform actions like return list of countries supported, return list of regions in the country etc.. in JSON format
So, the URLs will be something like
http://abc.com/myservice/countries
http://abc.com/myservice/regions/uk
I need these REST services to be created in AEM as these information are stored in AEM JCR repository and can be modified by authors.
Can someone please let me know how to create REST Webservice in AEM (Please, not a bundle accessing third party web service).
Please correct me if I'm on wrong direction.
Thanks