Java Web Services: Building REST APIs

Java    |    Intermediate
  • 8 videos | 1h 6m 29s
  • Includes Assessment
  • Earns a Badge
Rating 4.5 of 34 users Rating 4.5 of 34 users (34)
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.

WHAT YOU WILL LEARN

  • 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

IN THIS COURSE

  • 2m 19s
  • 11m 52s
  • Locked
    3.  Defining a REST API Method
    11m 28s
  • Locked
    4.  Testing the RESTful Application
    10m 38s
  • Locked
    5.  Building Responses to HTTP Requests
    11m 22s
  • Locked
    6.  Transmitting Java Objects Over HTTP
    11m 4s
  • Locked
    7.  Examining the JSON Version of Java Objects
    5m 27s
  • Locked
    8.  Course Summary
    2m 21s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.3 of 32 users Rating 4.3 of 32 users (32)
Rating 4.4 of 24 users Rating 4.4 of 24 users (24)
Rating 4.2 of 17 users Rating 4.2 of 17 users (17)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.4 of 36 users Rating 4.4 of 36 users (36)
Rating 4.6 of 47 users Rating 4.6 of 47 users (47)
Rating 4.5 of 317 users Rating 4.5 of 317 users (317)