Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE  
     

ADV. JAVA

Syllabus

1. Types of Drivers
2. Steps for Connection
3. Executing DDl , DML Queries
4. Prepared Statement
5. Callable Statement
6. ResultSetMetadata
7. DataBaseMetadata
8. Batch Processing
9. Transaction Management
10. SavePoint
11. JDBC 4 Features
1. Introduction
2. Web application Architecture
3. Http Protocol & Http Methods
4. Web Server & Web Container
5. Servlet Interface
6. GenericServlet
7. HttpServlet
8. Servlet Life Cycle
9. ServletConfig
10. ServletContext

11. Servlet Communication

A. Servlet-Browser communication

a) sendError
b) setHeader
c) sendRedirect

B.2. Web-componentCommunication

a) Forward
b) Include

12. Session Tracking Mechanisms

1. HttpSession
2. Cookies
3. URL-Rewriting
4. Hidden-Form Fields


13. Filters
14. Listeners

1. Introduction
2. JspLifeCycle
3. Jsp Implicit Objects & Scopes
4. Jsp Directives

a. page
b. include
c. taglib

5. Jsp Scripting Elements

a. declaratives
b. scriptlets
c. expressions


6. Jsp Actions

A. Standard Actions

a) useBean tag
b) setProperty tag
c) getProperty tag
d) include tag
e) forward tag
f) param tag
g) plug-in tag
h) params tag
i) fallback tag
j) directives tag
k) scriptlet tag
l) expression tag

B. Custom Actions

a) Classic Tags
b) Simple Tags

7. JSTL & Tag Library