ADVANCE JAVA - Contents
Module 1
Advance Java training institutes in west delhi
INTRODUCTION
- Types of Web Applications
- Websites Static v/s Dynamic
- Client – Server Architecture
- 2 – Tier Architecture
- 3 – Tier Architecture
- Overview of JSP and Servlets
- Setting up development environment
- Installing JDK
- Installing Netbeans IDE
- Installing Apache Tomcat
- Running the first JSP page
Module 2
Java training institutes in west delhi
JSP FUNDAMENTALS
- Understanding the structure of a JSP Page
- JSP Expressions
- JSP Script lets
- JSP Declarations
- JSP Built-In Objects
- Including files in JSP
Module 3
Java training institutes in west delhi
HTML FORMS DATA HANDLING
- HTML Forms Overview
- Adding input text and button
- Adding a Drop-Down List
- Working with Radio Buttons
- Working with Checkboxes
Module 4
Java training institutes
STATE MANAGEMENT WITH JSP
- Working with Sessions
- Working with Cookies
Module 5
Java training
JSP STANDARD TAG LIBRARY
- Overview of JSP Tag Library
- Installing JSTL JAR file
- JSTL Core Tags
- out, import, if, choose-when-otherwise, forEach, param
- JSTL Function Tags
- length, toUppercase, toLowerCase, startsWith, split, join, contains, containsIgnoreCase
Module 6
Java
SERVLETS FUNDAMENTALS
- Hello World Servlet
- Servlet v/s JSP
- Life Cycle of a Servlet
- Reading HTML form data with Servlets
- doGet() v/s doPost()
- Sending a response
- Sending parameters
- Dispatching and forwarding requests
Module 7
Core Java
JAVA DATABASE CONNECTIVITY (JDBC) WITH SERVLETS
- Establishing JDBC using mysql-connector.jar
- Performing CRUDS Operations
- Showing results in a JSP page
Module 8
Core Java
STATE MANAGEMENT WITH SERVLETS
- Working with Sessions
- Working with Cookies
SERVLETS CONFIGURATION
- Working with ServletContext
- Working with ServletConfig
SERVLETS FILTER
- Overview of Servlet Filter
- Creating a User Authentication Servlet Filter
- Configuring the Filter in web.xml
- Running the User Athentication Servlet Filter
Module 9
Core Java
THE MODEL-VIEW CONTROLLER (MVC) ARCHITECTURE
- Overview of MVC Architecture
- Creating a Model class
- Creating a Services class
- Creating a View page
- Creating a Servlet to bind the View with the Service using the Model
- Performing CRUDS Operation
Module 10
Basic Java