REST 0.5 is out
As you may know, the version 0.5 RESTful Web Services plugin for NetBeans IDE has been available since 18 January. I've already updated the snippets in relevant tutorials. The most visible changes in the API are:
- Replacement of the @UriTemplate annotation with the simpler @Path.
- The @HttpMethod annotation has become a meta-annotation, with the following changes:
- @HttpMethod("GET")-->@GET
- @HttpMethod("POST")-->@POST
- @HttpMethod("PUT")-->@PUT

Where's the cat blogging? Everyone knows that Friday is Cat Blogging Day!
Posted by EB on February 09, 2008 at 12:43 AM CET #