JAX-WS and REST
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.