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?
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
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