Newsletter |
RESTful Web Services (JAX-RS) Tutorials
Web Services » on Jul 5, 2014 { 13 Comments } By Sivateja
JAX-RS ( Java API for RESTful Web Services ) is a specification for RESTful Web Services with Java and it is provided by Sun. Since it is a specification, other frameworks can be written to implement these specifications. In our JAX-RS tutorials we have used Jersey. Just comment on these articles, In case if you have any question or issues while going through them. Enjoy learning RESTful web services in Java4s 😉
JAX-RS Tutorials
- What is Web Services, Web Services Introduction
- RESTful Web Services (JAX-RS) Annotations
- Jersey Hello World Example Using JAX-RS Specification
- RESTful Web Services (JAX-RS) @PathParam Example
- RESTful Web Services (JAX-RS) @QueryParam Example
- RESTful Web Services (JAX-RS) @MatrixParam Example
- RESTful Web Services (JAX-RS) @FormParam Exampale
- Download Files from (JAX-RS) RESTful Web Service
- RESTful Web Service (JAX-RS) JSON Example Using Jersey
- How to Test (JAX-RS) RESTful Web Services
- JAX-RS XML Example With JAXB Using Jersey
- RESTful Java Client Example Using Jersey Client
- JAX-RS Example of Multiple Resource Formats
​ ​​
You Might Also Like
::. About the Author .:: | ||
Comments
13 Responses to “RESTful Web Services (JAX-RS) Tutorials”
hats off excellent material
Hi,
I want to learn spring, struts, hibernate and web-services, I have knowledge of core java, advance java(Servlet,JSP) please provide the guidance to learn all these things.
i need web services sample project plz forward me
send web services real use with help of real-time project
Hi Siva,
Restful webservices are stateless web services how can we maintain the state with restful web services.
By using http methods..
Hi ,
Can you show how interoperability is achieved using Restful web services?
Please can you provide a real time project which is using some mvc,hibernates,spring AOP n DI (if possible spring transactions) and Restful webservices.
thanks!
Hi Sir,
My Question is
1) How to integrate JERSEY REST- Web service with Hibernate.
You can use some HibernateUtil java class to instantiate hibernate configuration and from here you can get sessions. But here you need to maintain manual transaction management.
Excelleent Article very easy to understand for new people.
Thanks.
How to calculate response time of service ?
Hi sir,
What is the use of @RequestParam ?
Please mention lib jar list also