Java Web Services: Enabling CRUD Operations with REST APIs
Java JDK 8.0+
| Intermediate
- 7 Videos | 1h 55s
- Includes Assessment
- Earns a Badge
Web services for Java applications based on the REST technology provide a normalized and scalable means to set up client communication with external applications. This course demonstrates how to integrate RESTful applications with a relational database so that clients can interact with it and perform create, read, update, and delete (CRUD) operations on it. Learn how to link a MySQL database with a RESTful app. Set it up to respond to a GET request by looking up a table in your database. Advancing from read operations, establish add, update, and delete operations, defining methods that can respond to POST, PUT, and DELETE requests. By the end of the course, you'll be able to facilitate your clients to use your web service app to interact with a database.
WHAT YOU WILL LEARN
-
discover the key concepts covered in this courseconnect to a database from a RESTful Java applicationsend GET requests to a RESTful app for data stored in a databaseadd records to a database table by means of a POST request
-
update data on a database by implementing a PUT requestdelete data on a database by processing a DELETE requestsummarize the key concepts covered in this course
IN THIS COURSE
-
1.Course Overview2m 23sUP NEXT
-
2.Integrating a RESTful App with a Database11m 43s
-
3.Submitting Parameters in a GET Request12m 39s
-
4.Processing POST Requests12m 23s
-
5.Handling PUT Requests10m 36s
-
6.Working with DELETE Requests8m 58s
-
7.Course Summary2m 13s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion of this course, which can be shared on any social network or business platform
Digital badges are yours to keep, forever.