- This course is for one's who want to become Java programmers.
- This course is a stepping stone for who want to become Java web developers.
We will learn indepth of servlet and jsp and jdbc.
We will learn some real time senario based web based application . For the better understanding
- Build a fully functioning JSP and Servlets web application from scratch
- Set up your JSP/Servlet development environment with Tomcat and Eclipse
- Explore JSP scripting elements: Expressions, Scriptlets and Declarations
- Read HTML form data with JSP and Servlets
- Manage application state with Sessions to track unique user actions
- Leverage Cookies to personalize a web site for a specific user
- Integrate the JSP Standard Tag Library (JSTL) to minimize scriptlet code
- Build a Multi-Lingual app using Internationalization and JSTL
- Build an MVC application with JSP and Servlets
- Generate HTML Tables with JSP and Servlets
- Add database support with JDBC: query, insert, update and delete
- Build a complete database web app with JDBC
What should we learn in this course:
Servlet
Web & HTTP
Introduction to Servlets
Servlet Life Cycle
Steps to Create Servlets
Session Tracking
Cookies
JSP
Introduction to JSP
JSP vs Servlets
JSP Scripting Elements
JSP Request and Response