Jax-RS
Difficulty
Beginner
Duration
1h 17m
Students
72
Ratings
5/5
starstarstarstarstar
Description

In this course, we will learn the concepts of microservice and spring framework with a focus on Jax-RS.

Learning Objectives

  • Understand Jax-RS

Intended Audience

  • Beginner Java developers
  • Java developers interested in learning how to Build and Deploy RESTful Web Services
  • Java Developers who want to develop web applications using the Spring framework
  • Java Developers who want to develop web applications with microservices
  • Java Developers who wish to develop Spring Boot Microservices with Spring Cloud

Prerequisites

  • Basic Java knowledge
Transcript

Hello dear friends. In this video, we will examine the JAX-RS. So, let's begin. JAX-RS stands for Java API for RESTful Web Services. JAX-RS is a JAVA based programming language API and specification to provide support for created RESTful Web Services. Java EE release includes Java API for RESTful Web Services, JAX-RS. Support which provides a POJO-based framework to build lightweight web services that conform to the rest style of software architecture. JAX-RS API which is part of JSR 311 offers several annotations that can be used to expose Java class methods as web resources. JAX-RS automatically translates between Java types and MIME media types. For example, if you mark a class method with annotation, produces media type text_plane, JAX-RS would translate the Java type to the text/plane MIME type, which represents plain text and returns the content of that type in the HTTP response to the client. The annotations add the information needed to identify resources and serve HTTP requests.

Some of the annotation supported by JAX-RS are: path, get, post, produces, consumes. JAX-RS also has other convenient features, like parameter-based annotations that can be used to extract information from a request. One of these annotations is QueryParam, which can be used to extract query parameters from the query component of a request URL. Other parameter-based annotations are MatrixParam, which extracts information from URL path segments. HeaderParam which extracts information from HTTP headers and CookieParam which extracts information from the cookies declared in cookie related HTTP headers. In the following videos, we will go over each annotation one by one. JAX-RS stands for JAVA API for RESTful Web Services. JAX-RS is a JAVA based programming language API and specifications to provide support for created RESTful Web Services.

It's 2.0 version was released on the 24th of May, 2013. JAX-RS uses annotations available from Java SE 5 to simplify the development of Java-based web services creation and deployment. It also provides support for creating clients for RESTful Web Services. JAX-RS ensures the portability of REST API code across all Java EE compliant application servers. JAX-RS focuses on applying Java annotations to plain Java objects. JAX-RS has annotations to bind specific URI patterns and HTTP operations to specific methods of your Java class. It also has annotations that can help you handle input/output parameters. Since JAX-RS is a specification, we must have its implementation to run REST API code. Some of the most popular JAX-RS implementations available today are Jersey, RESTEasy, Apache CXF, Restlet. Since these applications are not part of the exam subject matter, I won't go into detail about them. In the following video, I'd like to go over HTTP request methods and response status codes in more detail. Following that, we will continue with annotations. So, I'll see you in the next video.

 

About the Author
Students
2690
Courses
64
Learning Paths
4

OAK Academy is made up of tech experts who have been in the sector for years and years and are deeply rooted in the tech world. They specialize in critical areas like cybersecurity, coding, IT, game development, app monetization, and mobile development.