From the course: Java EE: RESTful Service with JAX-RS 2.0

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Challenge: Add resource methods

Challenge: Add resource methods

From the course: Java EE: RESTful Service with JAX-RS 2.0

Start my 1-month free trial

Challenge: Add resource methods

(chiming music) - [Instructor] Your first challenge is to go through remaining methods for the book resource and author resource classes and what we want are resource methods for the following URIs. For the BookResource, we want the method that updates the book with a given ISBN and for the AuthorResource, we want two methods, one that retrieves all of the authors in the system and another one that retrieves the author for the given ID. And this challenge shouldn't take more than about 15 minutes for you to complete.

Contents