Using Jersey Rest web services in CQ | Community
Skip to main content
NBertie
New Participant
October 16, 2015
Solved

Using Jersey Rest web services in CQ

  • October 16, 2015
  • 2 replies
  • 713 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Make use of sling selectors http://sling.apache.org/documentation/the-sling-engine/servlets.html  Or felix http service 

2 replies

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Make use of sling selectors http://sling.apache.org/documentation/the-sling-engine/servlets.html  Or felix http service 

NBertie
NBertieAuthor
New Participant
October 16, 2015

Thanks a lot Sham for the pointer. Thanks