doing http://www.vogella.com/tutorials/REST/article.html
To view HTTP headers in Fiddler, add to vm arguments of run configuration
-DproxyHost=localhost
-DproxyPort=8888
then restart fiddler
Discovered that Jersey 1.x is deprecated in favor of Jersey 2 which uses Moxy instead of Jackson. The catch is that the latter don't play well with Tomcat, so I'll be abandoning tutorials on JAX-RS prior to 2011, and sticking to Glassfish.
No comments:
Post a Comment