RESTful Web Services with JAX-RS

Go to class
Write Review

Free Online Course: RESTful Web Services with JAX-RS provided by Coursera is a comprehensive online course, which lasts for 2 weeks long, 8-9 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. RESTful Web Services with JAX-RS is taught by Wyatt Lang.

Overview
  • This course introduces the roles of Web Services in Enterprise Applications. Best Practices, Web JEE Architectures, Exception Handling. It will then take a hands on approach wit the development of RESTful Web Services using JAX-RS Resource Classes, Interceptors and Filters along with key design principals.

Syllabus
    • JAX-RS RESTful Web Services
      • This modules introduce students to RESTful Web Services and how to access them using cURL.
    • Creating Web Services
      • This module introduces students to the development of RESTful web services using JAX-RS. It will covers JAX-RS resources, resource methods, sub-resources, sub-resource methods, and media types. It will talk about Response type included in JAX-RS and design concerns that emerge during web service development. It will also cover interceptors and filters in JAX-RS as well as exceptions that affect the HTTP status returned by the server.