RESTful Services (Part 5 of 5): The Server and Client
Interactive

RESTful Services (Part 5 of 5): The Server and Client

Biz Library
Updated Feb 04, 2020

In this course you will build a client server application from scratch using the Eclipse IDE and Apache Tomcat Server. You’ll see how you can create resources, how to configure CRUD requests, and how you can access those resources from a client application.


Lesson 1:

  • Server/Client Application
  • Demo: App Setup
  • New Packages and Files
  • Demo: Add Packages
  • Modify Deployment Descriptor
  • Demo: Deployment Descriptor
  • Demo: web.xml.

Lesson 2:

  • Add Server Functionality
  • Demo: ToDo.Java
  • Demo: ToDo Continued
  • Data Access Object
  • Demo: Data Access Object
  • Demo: Object Continued.

Lesson 3:

  • The Resource
  • Demo: Resource Imports
  • Demo: Resource
  • Demo: Get
  • Demo: Put
  • Demo: Delete
  • Demo: Responses
  • Resources
  • Demo: Resources.

Lesson 4:

  • Running the Server
  • Demo: Running the Server.

Lesson 5:

  • New Client Project
  • Running the Client
  • Demo: Client Project
  • Demo: Run Client.