J2EE Training

Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial gives a complete understanding of Java...


Course Detail

  • Overview of Database Driver Architecture
  • ntroduction to JDBC Standard Extension API (javax.sql)
  • Connection Pooling
  • JDBC Programming with ORACLE, MYSQL, etc.
  • Batch Processing
  • Connecting to nonconventional databases
  • Use of Excel API
  • Database cashing (case study with HSDB,CSQL)
  • Working with Multiple Databases
  • Handling SQL escape syntax
  • Calling SQL functions, Database stored procedures
  • Dealing with Database Metadata
  • Handling Binary Data (Operation on Image File)
  • Type mapping & SQL3 Data types
  • J2EE Overview
  • Why J2EE?
  • J2EE Architecture
  • J2EE APIs
  • J2EE Containers
  • Servlet
  • Web Application Basics
  • Architecture and challenges of Web Application
  • Introduction to Servlets
  • Overview
  • Servlet Life Cycle
  • A Simple Servlet
  • HttpServlet
  • HttpRequest
  • HttpResponse
  • Request Dispatcher
  • HttpSession
  • ServletContext
  • Servlet XML Configuration
  • Understanding GET and POST
  • Getting familiar with your JSP server
  • Your first JSP
  • Adding dynamic content via expressions
  • Scriptlets
  • Mixing Scriptlets and HTML
  • Directives
  • Declarations
  • Tags
  • Sessions
  • Beans and Forms Processing
  • Controllers
  • Tag Libraries
  • Form Editing
  • Login pages