Completed
Intro -
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
REST API - Web Service Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro -
- 2 1. What is REST API? | Web Service -
- 3 2. Restful Web Services | Introduction -
- 4 3. Creating a Jersey Project in Eclipse -
- 5 4. Running our First Rest Jersey Application -
- 6 5. How to create a Resource Class -
- 7 6. List as Resource -
- 8 7. Mock Repository -
- 9 8. Creating a Resource -
- 10 9. How to install Postman -
- 11 10. Send a Post Request -
- 12 11. PathParam -
- 13 12. Working with JSON -
- 14 13. Mysql Repository part 1 -
- 15 14. Mysql Repository part 2 -
- 16 15. Consumes JSON and XML -
- 17 16. Update Resource using PUT method -
- 18 17. Delete Resource -
- 19 18. RESTful Web Services | Recap -
- 20 19. Spring Rest | Spring Boot Example -
- 21 20. Spring JPA | REST -