Posted by: Rosario Barbagallo | January 19, 2013

RESTful Webservices Java (Jersey / JAX-RS)

REST is an architectural style which is based on web-standards and the HTTP protocol.

jax-rs tutorials

In a REST based architecture everything is a resource. A resource is accessed via a common interface based on the HTTP standard methods.. GET, POST.. PUT!

JAX-RS provides some annotations to aid in mapping a resource class (POJO) as a web resource.

Jersey framework is more than the JAX-RS Reference Implementation.

Start: https://jersey.java.net/

The response can be: Text,Html,Json, XML and file…

Your web services works on desktop browser, on mobile app … use Eclipse+API and write the code… can find example everywhere and they are very simple!

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

Categories

%d bloggers like this: