Loading...
Instructors

Expert Instructors

Servlet & JSP Development Course

Module Topics Covered
Introduction to Servlets What is a Servlet?
Servlet Lifecycle
Setting Up a Servlet
Handling Requests and Responses
Servlet Configuration
Working with JSP Introduction to JSP
JSP Lifecycle
Scriptlets, Expressions, and Declarations
JSP Directives and Implicit Objects
Handling Forms with JSP
Session Management Cookies and Sessions
URL Rewriting
Hidden Form Fields
Session Tracking Techniques
Best Practices for Session Management
JDBC with Servlets and JSP Introduction to JDBC
Connecting to a Database
Performing CRUD Operations
Connection Pooling
Using ORM with JSP
MVC Architecture Understanding MVC Pattern
Implementing MVC with Servlets & JSP
Separation of Concerns
JSP as a View Component
Best Practices in MVC
Advanced Topics JSP Custom Tags
Integrating JSP with JavaBeans
Servlet Filters and Listeners
Security in Servlets and JSP
Deploying JSP Applications