SLIIT Y2S1 OOP Online E-shopping store JSP servlet
This is the 2nd year 1st semester project for OOP module. The rpoject is to create web application using Java servlet MVC architecture with all the CRUD operations. This is a group project and a group has 4 members. In this project we are use Java as the programming laguage. And used MVC architecture also. Our topic is 'Online e-shopping store'. This repository contains my part only. My part is create the landing page of the website and build all the crud operations of 'Admin' role.
Below is the landing page of the website.
In the above landing page, it conatins all the inserted items by the Admin. In our system, only admin can add items to the store. All the stored items are fetching from the database. And this is the read part of my CRUD operations.
Below is the admin dashboard. All the controlability for admin is in this page.
And the below is the form for add items. This fulfills the create part of mt CRUD operations. In this form, the admin can add product details including the images of the items.
In the below page, it shows all the added items seperately. And also it includes 'Update'and 'Delete' options. When user click 'Update' button, it redirect to the specific item's updatable form. The form includes previously added details of the item. User can update all the details from that form. And when user clicks 'Delete' button, it redirect to the form with that already inserted details. In this form user can not change any details of the item. Because it all are read only. Then user click 'Delete item', the system popups the alert message whether the item should delete or not. If user click 'Yes' the item will delete and redirect to the all items page.



