As for best-practices and patterns for a particular JAX-RS / Jersey related problem, try browsing through the Jersey Users Guide:
http://jersey.java.net/nonav/documentation/latest/user-guide.html
Not sure about the real-world open source examples. If the examples provided by Jersey directly (
http://java.net/projects/jersey/sources/svn/show/trunk/jersey/samples) do not satisfy your needs, you may need to search the web to find some OS applications that use Jersey/JAX-RS. We currently don't keep a list of those unfortunately, but perhaps it would be a good idea to start keeping one.
You may also consider contributing some good examples to Jersey yourself or sending us links of any good real-life JAX-RS/Jersey open-source examples that you come across ;-)
Marek
On May 23, 2012, at 4:30 PM, Jeremy Johnson wrote:
> Aside from the Jersey Book Store sample, are there any other good “real-world”, open source examples out there? Ideally, examples that follow best practices and implement good patterns common Jersey / JAX-RS issues such as exception mapping.
>
> Thanks!
> Jeremy