Objective

Understand RESTful web services and their implementation using Spring Boot. Learn to create, test, and consume REST APIs, including JSON-based CRUD operations, using Spring Boot’s REST support, Postman for testing, and RestTemplate for client-side invocation.

Lecture Topics

1. Introduction to Web Services

2. SOAP vs. RESTful Web Services

3. RESTful Web Service Introduction

4. Create RESTful Web Service in Java Using Spring Boot