Creating RESTful Web Services using (JAX-RS) in JAVA.
>> Monday, June 27, 2011
REST is stands for Representational State Transfer. It Is a stateless protocol.
Java API for RESTful web services (JAX-RS) help developers for build RESTful
Web services in Java.
Create RESTful Web services using JAX-RS in Eclipse.
Java API for RESTful web services (JAX-RS) help developers for build RESTful
Web services in Java.
RESTful web services use HTTP protocol methods . For example, a developer can map HTTP methods like POST, GET, PUT, and DELETE to create, read, update and delete operations. For detail information Visit JAX-RS: Developing RESTful Web Services in Java
Download Developing RESTful Web services with JAX-RS pdf at Java One Conference, Hyderabad,India.
Create RESTful Web services using JAX-RS in NetBeans IDE.
Create RESTful Web services using JAX-RS in Eclipse.
Have A Nice Day!
1 comments:
Also checkout
http://arraylist.blogspot.in/
Post a Comment