JSP, Servlets and JDBC for Beginners: Build a Database App

About Course
Nội dung bài học
- 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