views:

52

answers:

1

I am looking for a good example of an open source web application that provides and uses a JAX-RS web service for all business logic calls.

That is an application that doesn't only provide a RESTful interface for some parts of the system but also uses the same interface within the application.

+1  A: 

Hi,

I'm not sure that this one will fully answer your needs, but let me recommend you on Wink, this is an open source code (Apache) Framework that helps you implement server and client side REST protocol. This framework is fully complied with JAX-RS specification.

The good thing with this framework that it ships with a good code examples for both client and server side, easy to deploy on your env.

I believe that exploring those examples may serve some or maybe all of your needs.

Wink home page: http://incubator.apache.org/wink/

Shay Tsadok
Thanks, I'll look into it!
antonj