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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Systems Analysis and Design
Authors: Scott Tilley, Harry J. Rosenblatt
11th Edition
1305494601, 9781305533936 , 978-1305494602
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App