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.

Jersey: JSR 311 Reference Implementation

Stefan Tilkov,

Paul Sandoz:

Jersey (@ java.net) is the newly created open source JAX-RS (JSR 311) Reference Implementation for building RESTful Web services with plain old Java objects. But, it is also more than the Reference Implementation. Jersey aims to provide additional APIs and extension points (SPIs) so that developers may extend Jersey to suite their need.

Definitely worth spending time with if you’re doing REST and Java :-)