Java API for RESTful Web Services (JAX-RS), is a set if APIs to developer REST service. JAX-RS is part of the Java EE6, and make developers to develop REST web application easily.
All the best.
Quick Start
Some quick start examples to use JAX-RS.
- Jersey hello world examplehttp://www.mkyong.com/webservices/jax-rs/jersey-hello-world-example/
Jersey framework to create a simple REST style web application. - RESTEasy hello world example
RESTEasy framework to create a simple REST style web application.
All basic example available in reference link mkyoung...please follow this.
No comments:
Post a Comment