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.
6 videos, 3 readings, 3 practice quizzes
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. 6 videos, 3 readings, 3 practice quizzes
[ ] Ungraded Lab: Building a JAX-RS Service
[ ] Video: Lab 1 Walkthrough
[ ] Reading: Resource Classes
[ ] Discussion Prompt: Marshalling
[ ] Ungraded Plugin: Module 2 Activity 1
[ ] Practice Quiz: Module 2 Practice Quiz 1
[ ] Video: Response Return Types
[ ] Ungraded Lab: Return Response Objects
[ ] Video: Lab 2 Walkthrough
[ ] Discussion Prompt: Single Responsibility
[ ] Reading: Response Types
[ ] Ungraded Plugin: Module 2 Activity 2
[ ] Practice Quiz: Module 2 Practice Quiz 2
[ ] Video: Filters
[ ] Video: Lab 3 Walkthrough
[ ] Reading: Filters, Interceptors and Exceptions
[ ] Discussion Prompt: Interceptors vs Filters
[ ] Ungraded Plugin: Module 2 Activity 3
[ ] Practice Quiz: Module 2 Practice Quiz 3
[ ] Graded: Module 2 Exam