Imagine a class called "Course" with two attributes: Course ID and CourseName.   A) Describe the process of creating a Java application that implements all of the CRUD REST APIs for the "Course" class using a HashMap to store the data.  Ensure that APIs support JSON and XML formats for data exchange.   B) Explain how to test these APIs.   Support your answer with an example code schema of your service class.  the APIs should be accessible using the following URL formats: Retrieve all courses: .../collegeservice/courses Create new course: ../collegeservice/courses Update course: .../collegeservice/courses Delete course: /collegeservice/courses/{id}   The Course data can be returned in XML and JSON formats.

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter3: Data Representation
Section: Chapter Questions
Problem 3RP
icon
Related questions
Question

 Imagine a class called "Course" with two attributes: Course ID and CourseName.

  A) Describe the process of creating a Java application that implements all of the CRUD REST APIs for the "Course" class using a HashMap to store the data.  Ensure that APIs support JSON and XML formats for data exchange.

  B) Explain how to test these APIs.

  Support your answer with an example code schema of your service class.  the APIs should be accessible using the following URL formats:

Retrieve all courses: .../collegeservice/courses

Create new course: ../collegeservice/courses

Update course: .../collegeservice/courses

Delete course: /collegeservice/courses/{id}

  The Course data can be returned in XML and JSON formats.

 

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Form and its Elements
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning