Technology Consultant | Internship | Value Added Courses | Training | Workshop
The course builds a strong understanding of JDBC Technology. It gives in to demonstrate why Servlets are the cornerstone of Java’s Web platform. It then shows how JSP is built on the Servlet architecture. Additionally, the class shows students how to use JSTL, custom tags and expression language to reduce Java code in Web pages while adding tremendous power and capability to those pages. The class culminates in an exploration of Java MVC frameworks like Struts at a high level.
Basic Knowledge of Core Java is required. An understanding of Web technologies like HTML and HTTP is helpful.
Learn the fundamentals of JDBC and using the different interfaces in the JDBC API. Learn how to use Java servlets in the role of Web application control. Identify the options to state management in a Java Web application and understand the pros/cons of each. Understand how JSPs can help to separate Web logic and functionality from page layout. Explore how to make JSPs smaller and more powerful with JSTL, custom tags and expression language. Explore strategies in the exchange of data between Web pages (views) and business processing (model). Learn the meaning and importance of MVC
Introduction
Persistence
JDBC
JDBC API and JDBC Drivers
JDBC API
SQL
Establishing Connection to Database
Statement interface
What is Statement? & Need of Statement
Prepared Statement interface
What is SQL Injection attack & how to overcome?
SQL 99 Datatypes
Metadata
CallableStatement
Batch updates
Transaction Management
Connection Pooling
RowSet
Communicating with difference databases
JDBC 4.0 Features
Working with Properties File
SERVLET
JEE
Introduction
Servlet API
HTTP Protocol
Developing Servlet