nzhong.wordpress.com
REST API on Tomcat: Jersey 2, the most basic setup
I have been using Apache CXF on tomcat for years, for its excellent SOAP support. Finally decided to switch to REST, and tried to get Jersey 2 to work, side by side with CXF. 1) in web.xml, add 2) …