Course Outline for Advance Java

What is Java?

Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.

CURRICULUM

Servlet

  • 2.1 ServletRequest methods , Registration example with DB
  • 3.1 RequestDispatcher, sendRedirect
  • 4.1 ServletConfig methods , ServletConfig example
  • 5.1 ServletContext methods , ServletContext example
  • 6.1 How to set, get and remove example?
  • 7.1 Cookies , Hidden Form Field , URL Rewriting , HttpSession
  • 8.1 Event and Listener StringBuffer
  • 9.1Filter, Authentication Filter, FilterConfig , Useful examples
  • 10.1 ServletInputStream and ServletOutputStream
  • 11.1 Annotation Servlet

JSP

  • 2.1 scriptlet tag , expression tag , declaration tag
  • 3.1 out request , response, config , application , session, pageContext , page , exception
  • 4.1 page directive, include directive , taglib directive
  • 5.1 Exception Handling
  • 6.1 jsp:forward, jsp:include, Bean class, jsp:useBean , jsp:setProperty & jsp:getProperty , Displaying applet in JSP
  • 7.1 Expression Language
  • 8.1MVC in JSP

Module

  • 9.1 JSTL
  • 10.1 Custom Tag : What and Why? , Custom Tag API? , Custom Tag Example, Attributes , Iteration , Custom URI

JavaMail API

Design Pattern

JUnit

Module

Maven

Module

Struts 2

Working with IDE

Module

Working with Servers

Module

EJB 3

Module

;