Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

computer science

CST 365/465
Michael Ruth
Homework #1
Due: 6/17/24 (by midnight)

For this assignment, you will need to create a Netbeans project (using Spring Initializer) which you will
need to name using your Last name followed by your first name followed by “-Homework1” to name it.
After completing the assignment, zip the project directory and turn in via blackboard by the due date.

Finally, you will need to perform this work using Spring Boot.

(15%) Part I: Initialization

1. (5%) Our spring system will be a video game catalog system that will allow us to work with a video
game database. We’ll need a basic video game object (name it Game) which has the following
fields with the following types:
a. EQUALS method: should exist and use GID to compare games for equality.
b. Should include the following fields:

i. GID (int), name (String), system (String), genre (String), price (double)
1. Note that system is the type of system the game runs on (Atari, Nintendo Swith, etc.)
2. Note that genre is a type of game, like RPG, Action, Racing, etc.

2. (10%) Your Controller should create 30 games at random using the initialization code similar to
what we developed in class (in week 1) and store them in an ArrayList designed to store games.

(50%) Part II: GET endpoints

1. (10%) Get all games
2. (10%) Get employee with given GID

a. GID must be given through the path
b. If the employee with the given GID exists, return it
c. Otherwise, return 404

3. (10%) Get all games for a given system
a. System must be given through the path
b. Return all games for a given system

4. (10%) Get all games for a given genre
a. Genre must be given through the path
b. Return all games for a given genre

5. (10%) Get all games priced between a given range (low, high values)
a. A high value and a low value must be given through the path
b. Return all games that are priced between the high and low given values

(10%) Part III: POST endpoints
1. (10%) Add a game

a. Game must be given through the body
b. No duplicates allowed
c. Only accept valid games (must use validation criteria from part V)
d. Report with game if OK, or report FOUND

(10%) Part IV: PUT endpoints
1. (10%) Update an game

a. Game must be given through the body
b. Game must already exist
c. Update the game using the given game values
d. Only accept valid games
e. Report with employee if OK, conflict otherwise

(5%) Part IV: DELETE endpoints

1. (5%) Delete game with the given GID
a. GID must be given through the path
b. Game must exist with the given GID
c. Report with game if OK, 404 otherwise

(10%) Part V: Validation (Employee)

1. (10%) Validate all fields of employee using the following constraints:
a. GID must be present and a 6 digit number
b. Name, genre, system must be present and not empty strings
c. Price must be positive number and greater than 0
d. Make sure to have exception handling as necessary (JUST COPY MY CODE FOR THIS PART

INTO YOUR PROJECT)

GRADUATE STUDENTS ONLY (UG may do for extra credit)

You will work on some additional GET endpoints:

1. (5%) Create a new object named Manufacturer with two fields: (int) MID, and (String) name.
2. (5%) In the constructor for your controller, generate 5 manufacturers and put them into a

separate list.
3. (10%) Create an additional int field for game named man (will refer to their manufacturer’s

MID) and initialize the field during creation of the games to one of the MIDs of the
manufacturers you created.

4. (15%) Create the endpoints necessary in the same controller to manage manufacturers (list,
delete, update, put)

5. (15%) Create an endpoint that gets all games for a given manufacturer name
a. Manufacturer name must be given through the path
b. Return all games for a given manufacturer name

Note:

• If the project or the zipped file is NOT named correctly, I will take 10 points off the total score.

• If the files within the project are named incorrectly, I will take 10 points off the total score.

• Do NOT use lamba expressions for this homework, if you do, you will receive a zero.

• If the project doesn’t contain sufficient comments, I will take 10 points off the total score.

• This is an individual assignment and what you turn in should represent only your work.

• Do NOT try to do this last minute!

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

computering part 7

The goal of this project is to integrate your various components into polished, professional products. Follow the instructions below to ensure a successful submission: Apply Feedback: Review and incorporate all feedback received from previous submissions (Parts 2-6). Enhance and Improve: Refine any of the three required items (cover letter with

Discussion and Replies

Please see attachment for instructions     Discussion   In 250 words total, answer the questions below with 4 evidence base scholarly articles. APA format. Based on the readings this week, 1. Discuss some common strategies and pitfalls you have seen with business continuity. 2. Discuss some common strategies and

sociology

The goal of this project is to integrate your various components into polished, professional products. Follow the instructions below to ensure a successful submission: Apply Feedback: Review and incorporate all feedback received from previous submissions (Parts 2-6). Enhance and Improve: Refine any of the three required items (cover letter with

Python

  Instructions Create a simple Python application (Save as w5_firstname_lastname.py) . Create a Python script that takes two parameters to do the following:- 1) List all files names, size, date created in the given folder 2) Parameter1 = Root Folder name Parameter2= File size >>> to filter file size (

Python

  Instructions:  Describe methods for securing Python code. Pick at least ONE of the methods for securing node and deep dive into what it means and how it is used to secure code.   

Discussion 8 of 459

Follow the attach instruction to complete the work. 1. What is one specific technology you found the most intriguing throughout the course? 2. If you were to be a hacker, which building block vector would you choose to attack your selected technology and why?

WK 4 Discussion and Replies

Please see attachment for instructions     Discussion   In 250 words total, answer the questions below with 4 evidence base scholarly articles. APA format. Discussion on access control and physical security. These areas found to be one or more points of weakness in audit 1. Discuss some common points of

Node.js

  Instructions Create a simple Node.js server (Save as w4_firstname_lastname.js) . Create a restful application similar to the one in lesson 4 (ReSTFul Web Services). Document the routing table, and the application you created. Submit your week 4 work in w4_firstname_lastname.txt (Please save the file as a text file and

Computer Science- Python Gurobi assignment

I need the output following these steps: Put all of these files into the same folder, Open the python file, If there is any error, check if any file is missing, It has 105 counties and 4 districts, so it will take a while to finish running. I need it

Research Project

Please follow the instructions attached below:  I have choose the topic from the list is:   PROJECT TITLE Firm RTOS – Balancing Real-Time Performance and Flexibility Please check the abstract from my file and write the research project. 

provide me java based interview question.

Core Java Interview Questions (Basic Level) 1. What is Java? Java is a high-level, object-oriented, platform-independent programming language developed by Sun Microsystems. 2. What are the features of Java?  Object-Oriented  Platform Independent (via JVM)  Secure and Robust  Multithreaded  Architecture Neutral  High Performance (via JIT

Dynamons world Mod APK

 What are the best tips for playing RPG games like Dynamons World? I recently found a great resource at that offers a lot of insights and even MOD APKs for Dynamons World, but I’d love to hear personal strategies and gameplay advice from the community too! ???????? 

459 w7

Follow the attach instructions to complete this work. Questions: 1. What is Generative AI and how is it similar/different to Traditional AI? 2. Do you believe that work created by Generative AI (e.g. ChatGPT) is comparable in quality to human created content?  What challenges and opportunities  does Generative AI pose

Computer Science WK3 Assignment

Please see attachment for instructions ISSC680 Week 3 Homework Assignment Instructions: Please provide a one-page response to the following topic utilizing supporting documentation obtained from the attach books and the Internet. APA format and reference. Topic: Differentiate between the different types of cryptographic algorithms.

Discussion and Replies

Please see attachment for instructions     Discussion   In 250 words total, answer the questions below with 4 evidence base scholarly articles. APA format. Based on this weeks readings, 1. Discuss some effective strategies for Security Awareness in your organization or 2. What you would like to see implemented