This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.

JAX-WS and REST

Stefan Tilkov,

An article at sun.com describes how to use JAX-WS to build a RESTful HTTP app. There are some small issues, like the mismatch between the table once again making the dreaded CRUD comparison, or suggesting to put the verb in the URL, or misunderstanding caching, but other than that, it’s interesting — if only to note that using JAX-WS to build a RESTful application seems to have zero benefit over sticking with the Servlet API.