Hi All,
Need pointers on how to implement Jersey REST services from within a CQ service. Is there a way to tell CQ that for urls like /rest/* go to Jersey servlet dispatchers so that all the methods annotated using Jersey annotation are called?
Thanks in advance,
Nitin
Solved! Go to Solution.
Views
Replies
Total Likes
In Sling servlet in CQ5 you can't have a servlets on wildcard urls instead make use of sling.servlet.selectors Or you should go with felix http service. I would recommend to go with sling.servlet.selectors
http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html
Views
Replies
Total Likes
In Sling servlet in CQ5 you can't have a servlets on wildcard urls instead make use of sling.servlet.selectors Or you should go with felix http service. I would recommend to go with sling.servlet.selectors
http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html
Views
Replies
Total Likes
Thanks Sham. This helps
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies