Question: Using JAVA, Create a gaming products management tool to add/remove/sort games inside the store - Game as an entity should have 4 fields Name Price
Using JAVA, Create a gaming products management tool to add/remove/sort games inside the store - Game as an entity should have 4 fields Name Price Quantity in store Producer company (like Ubisoft, Bethesda, Naughty Dog) - Create a UI representation using page scope named bean and GameManagementService with application scope that is responsible for managing the list of games - Create a data table with games (same we did for witchers) and create a form with one button (Add new game), if such game already exists you need to increase quantity, if not, you need to create new entry with quantity as 1.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
