Epoch 15 – Project Final
Implement a shopping cart feature using Servlets, Session, DAO, and JSP views. Users can add products to a cart, update quantities, and view their cart before placing an order.
Implement a shopping cart feature using Servlets, Session, DAO, and JSP views. Users can add products to a cart, update quantities, and view their cart before placing an order.
Middlewre check login in your Maven JSP/Servlet project.
Upgrade CRUD Product using JPA (ORM)
Add and use JSTL and EL in your Maven JSP/Servlet project.
Custom tag for layout.
Add and use JSTL and EL in your Maven JSP/Servlet project.
Implement Login with proper validation in MVC style.
Create a clean MVC folder/package structure. Move all DB/business logic out of JSP pages and into DAO + Model classes.
Introduce the MVC architecture (Model–View–Controller) in the context of JSP/Servlet development. Compare it with Model 1 (direct JSP processing) used in earlier steps. Identify benefits and set th...
Implement a basic login/logout feature using hardcoded credentials in JSP Model 1 architecture, with both Session and Cookie handling options.