Question: I want it in JAVA language ! You need to create an Inventory Management System with the following requirements Create a model representing the Product.

I want it in JAVA language !
You need to create an Inventory Management System with the following requirements Create a model representing the Product. You can choose at least 5 attributes for this model. Create the constructor, getters, setters and to String method. Create a controller to hold all the Products inside the supermarket. The required functionalities are 1. to add a product to the supermarket. 2. to get a product based on the ID. Use files to store your information so that no data will be lost. + Complete the following view requirements: 1. Create an "Add Products view that will show the respective view components to fill the information of a Product. 2. After adding the product to the list, the Add Products View should open the Home view. 3. Create the Inventory Home view that will display a button to get the newly created item information. Clicking that button should open another view. 4. Create the Product information" view that will display the respective information of the product which was received from HomeView. 5. OptionalCreate another view showing all the products in the inventory in a grid form. You can display that view to be opened from the HomeView. Note: Any alignment and the visualization problems of the view will affect the grading of this exercise
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
