Overview
Java Enterprise Edition 2nd edition (J2EE) defines the standard for developing multitier enterprise web applications. J2EE provides APIs and Services
that simplifies development effort when building enterprise web applications or web services.
This Course is mainly focused on learning to build dynamic web application using Servlet 3.1 and Java Server Pages.
We will also cover topics to create filters and customize tags for better development and scalability of enterprise level web apps.
Topics Covered → Servlet 3.1 API → Java Server Pages → Tag Extensions API → Web App Filters → Using Apache Tomcat Server → Packaging, Deploying and Publishing Web Apps → Git Version Control
Price: $1200 CAD Prerequisite:Core Java Duration: 12 Weeks Schedule: To enroll to this course, Please send us an email to contact@sanrus.ca
1) Working with Servlets 3.1 API
Request and Response Model
Servlet Lifecycle
Retrieving Servlet Params
web.xml configuration
Packaging, Deploying and Running the Web Application
Working with ServletContext and ServletConfig objects
Request Delegation and Request Scope
Sharing objects in Servlet
Using Servlet annotations
2) Session Handling in Servlets
Creating session objects
Session tracking using Cookies, Hidden form fields, ULR rewriting and Secure Socket Layer