info@iucedu.com
+91-044-43539196, 9840235196 / 7418048039
 
Enquiry Form

Course Enquiry Form

Contact us anytime !






J2EE Training

J2EE Training in Chennai

IUC provides you clear view of the computer languages and makes expert in java, languages training in Chennai. Also we are fully concentrating on theory, practical and interview point of view so we can give you nice feature.

Java was originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems Java platform. Java is fast, secure, and reliable. The Java programming language is a high-level language.java is class based object-oriented programming language.

INTRODUCTION OF J2EE

J2EE is a platform-independent, Java-centric environment from Sun for developing, building and deploying Web-based enterprise applications online. The J2EE platform consists of a set of services, APIs, and protocols that provide the functionality for developing multitier, Web-based applications. Some of the key features and services of J2EE:

Features of Java

  • Simple
  • Object oriented
  • Distributed
  • Multithreaded
  • Dynamic
  • Architecture neutral
  • Portable
  • High performance
  • Robust
  • Secure

J2EE Course Syllabus

  • Introduction to JEE
  • Overview of Dynamic web applications
  • Introduction to Servlet
  • Servlet life cycle
  • Annotations and their use in Servlet development
  • Difference b/w web server & application server
  • Installing and configuring web & application server
  • Web Application formats
  • Deployment modes supported by servers
  • Creating and deploying a simple web application
  • Understanding the role of Servlet Request & Servlet Response
  • Different b/w parameters and attributes
  • Using different content type for response
  • Using Request Dispatcher for Include & Forward
  • Initialization Parameters and their use
  • Servlet Config & ServletContext
  • Servlet Config & ServletContext
  • Inter application collaboration
  • State Management and use of Http Session& Cookies
  • Hidden Form fields and URL Rewriting
  • Using Http only Cookies
  • Listeners and web application events
  • Applying Filters to servlets
  • Asynchronous request processing
  • File Uploading & downloading
  • Security

Java Server pages (JSP)

  • Advantages of JSP over Servlet
  • JSP Architecture
  • Integration of JSP & Servlet API
  • JSP implicit objects
  • Use of JSP Tags, Actions and Directives
  • Error Handling in JSP
  • Using Java Beans in JSP
  • Defining Custom Tags