5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Skills     Software Design and Development     Java     Building Web Services with Java
Web services for Java applications based on the REST architectural style allow you to communicate with external apps in a standardized and scalable manner independent of the programming language. This course demonstrates using the Jersey framework to build REST APIs in Java.
Begin by implementing a simple method that returns data in response to a GET request. While doing so, explore the use of Jersey annotations to construct a URL to a particular web method and set it to respond to GET requests.
As you advance, construct a response to incoming requests that includes HTTP status codes. Furthermore, examine the transmission of Java objects in the form of JSON structures as a response to an HTTP request.
When you're done, you'll be able to use Java to build RESTful applications that can respond to HTTP GET requests.

Objectives

Java Web Services: Building REST APIs

  • discover the key concepts covered in this course
  • set up a web application with Maven and configure a POM file for a RESTful app
  • use the Jersey framework to define a method that responds to GET requests
  • consume a REST API by sending a GET request and processing its response
  • configure return types in REST API methods
  • define REST API methods that return Java objects in the form of JSON data
  • recognize how the Jersey framework transforms Java objects to the JSON format
  • summarize the key concepts covered in this course