Question: Using REST technology / IDE is open. You are allowedto use any platform of your choice. Using an IDE of your choice, create a Java

Using REST technology / IDE is open. You are allowedto use any platform of your choice.

Using an IDE of your choice, create a Java project and configure it to be a REST webservice provider. Add an entity class (Bean), namely Movie, that encapsulates the following attributes:

ImdbId as string (key)
Title as string (required)
Description as string (optional)
Ratingas decimal (out of 10, i.e. 5.5 out of 10)
Genre as string (only one genre per movie)
Year as integer
LastModifiedas datetime (last time the record wasmodified by the service)
REST Implementation

Declare all four HTTP verbs and implement the CRUD operations, including list. Implementation Note:

While using JSON or XML is allowed, make sure you demonstrate returning resources in plain text format, aswell.
Using databases or file repositories are not required. Your service may contain the data in memory.
USE Apache NetBeans IDE 13.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!