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.