Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write a java program that have Book Details Users can see informative and enticing details about a bookAPI Actions: An administrator must be able to

write a java program that have Book Details Users can see informative and enticing details about a bookAPI Actions: An administrator must be able to create a book with the book ISBN, book name, book description, price, author, genre, publisher , year published and copies sold. o Logic: Given a Books info, add it to the system. o HTTP Request Type: POST o Parameters Sent: Book Object o Response Data: None Must be able retrieve a books details by the ISBN o Logic: Given a book id, retrieve the book information o HTTP Request Type: GET o Parameters Sent: Book Id o Response Data: Book object JSON An administrator must be able to create an author with first name, last name, biography and publisher o Logic: Given an Authors Info, add it to the system. o HTTP Request Type: POST o Parameters Sent: Author Object o Response Data: None Must be able to retrieve a list of books associated with an author o Logic: Given an Authors Id, return the list of books for that author. o HTTP Request Type: GET o Parameters Sent: Author Id o Response Data: JSON list of Book Objects

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions