- What is REST?
- REST principles
- JAX-RS annotations
- HTTP methods (GET, POST, PUT, DELETE)
- REST: Representational State Transfer
- JAX-RS: Java API for RESTful Web Services
- Resource: Object or data that can be accessed
- HTTP Methods: GET, POST, PUT, DELETE
- RESTAPIDemo.java - Example of REST API
- Deploy to application server
- Test with REST client
- Create REST endpoints
- Handle different HTTP methods
Next Day: Day 49 - Design Patterns