Course
Skills
RESTFul Services in Java using Jersey
RESTFul Services in Java Using Jersey
What you'll learn
This course walks through developing RESTFul web services in Java using the Jersey Framework. It walks through all the configuration and setup to begin developing using this framework.
Table of contents
The Fundamentals of RESTFul Services in Java
5mins
Building your First RESTFul Service Using Jersey
22mins
- Introduction 0m
- Prerequisites 2m
- What we are Building 1m
- Service Features 0m
- Tomcat Overview 1m
- Tomcat Download And Configuration Demo 4m
- Maven Overview 1m
- Maven Archetype Demo 4m
- Project Layout 1m
- web.xml Configuration 2m
- web.xml Configuration Demo 1m
- Minimum Pieces To Build A Service 1m
- Create And Run The Service 3m
- Summary 1m
RESTFul Architecture
10mins
Using HTTP GET
51mins
- Introduction 0m
- GET 0m
- Walkthrough Of Myresource 2m
- GET Demo 2m
- Creating A New Service 1m
- Creating A Service Demo 15m
- XmlRootElement 2m
- XmlRootElement Demo 2m
- XmlRootElement Demo JSON 1m
- JSON Output 2m
- JSON Output Demo 3m
- Produces 1m
- Postman Demo 5m
- Specific Objects 1m
- Activity Demo 7m
- User Demo 9m
- Summary 1m
Using HTTP POST
25mins
Building a RESTFul Client in Jersey
56mins
- Introduction 0m
- Why Build A Client? 0m
- Getting An Activity 2m
- GET Client Demo 14m
- GET Using JSON Demo 4m
- Retrieving A List of Activities 4m
- Using Generics In Your Return Type 1m
- List Retrieval Fixed 3m
- The Response Object 3m
- Using The Response Object Demo 9m
- Exception Handling Demo 6m
- POST Client 1m
- POST Client Demo 7m
- Summary 1m
Using HTTP PUT
19mins
Using HTTP DELETE
12mins
RESTFul Searching
59mins
What Next
0mins