Java Web Services: Enabling CRUD Operations with REST APIs

Java    |    Intermediate
  • 7 videos | 1h 55s
  • Includes Assessment
  • Earns a Badge
Rating 4.3 of 13 users Rating 4.3 of 13 users (13)
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 course
    Connect to a database from a restful java application
    Send get requests to a restful app for data stored in a database
    Add records to a database table by means of a post request
  • Update data on a database by implementing a put request
    Delete data on a database by processing a delete request
    Summarize the key concepts covered in this course

IN THIS COURSE

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.4 of 45 users Rating 4.4 of 45 users (45)
Rating 4.8 of 8 users Rating 4.8 of 8 users (8)
Rating 3.6 of 10 users Rating 3.6 of 10 users (10)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 34 users Rating 4.5 of 34 users (34)
Rating 4.5 of 158 users Rating 4.5 of 158 users (158)
Rating 4.6 of 171 users Rating 4.6 of 171 users (171)