WebServices in Java using Jersey

后端 未结 2 1381
孤城傲影
孤城傲影 2021-01-14 18:14

We have tried to create sample webservices helloworld in Java using Jersey and Tomcat by following these links:

  • http://www.vogella.de/articles/REST/article.htm
相关标签:
2条回答
  • 2021-01-14 18:26

    Thanks @AurA - The dependency I was missing was jersey-servlet-.

    0 讨论(0)
  • 2021-01-14 18:29

    Have you copied all the Jersey downloaded files to the lib folder ?

    It is giving ClassNotFoundException at com.sun.jersey.spi.container.servlet.ServletContainer

    0 讨论(0)
提交回复
热议问题