JEE applications are the Java programs that run on the Java-enabled web server or application server. They are used to handle the request obtained from the webserver, process the request, produce the response, then send a response back to the webserver
Today we all are aware of the need of creating dynamic web pages i.e the ones which have the capability to change the site contents according to the time or are able to generate the contents according to the request received by the client.
In this course we will learn following topics :
Introduction to Web Development :
1- Web Application, Web Components and Web Container
2-Technologies Used In Web Application Developments
3- Web Application Development and Deployment Steps
4-Web Application Archive (*.WAR)
5- HTTP URL
6- Configuring Web Application Archive (*.WAR)
Servlet Programming (Part 1):
1- Agenda
2- Servlet in big picture of J2EE
3- Servlet Request & Response models
4- Servlet Life Cycle
5- Servlet Scope Objects
6- ServletContext
7- Servlet Session
8- HttpServletRequest
9- HttpServletResponse Status, Header, Body
10- Error Handling
Servlet Programming (Part 2):
1- Including and forwarding Requests
2- Redirecting to other web resources
3- Servlet Filter
4- Servlet Listeners
5- Session Tracking
6- Servlet 3 and Servlet Histroy.
JSP Programming (Part 1):
1- What is JSP.
2- JSP Elements.
3- JSP Static Elements.
4- JSP Expressions Elements.
5- JSP Scriptlets Elements.
JSP Programming (Part 2):
1- JSP Actions.
2- JSP Standard Actions.
3- JSP JSTL Actions.
Servlet JSP, JSTL, MySql, Maven and JDBC Example :
1- Installing MySQL.
2- Install Application Database.
3- Install Maven.
4- Build a Bookstore Application.
What Next ?
1- JSF.
2- Spring and Spring MVC.