Epoch 14 – Filters
Middlewre check login in your Maven JSP/Servlet project.
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.
Implement a basic login/logout feature using hardcoded credentials in JSP Model 1 architecture, with both Session and Cookie handling options.