0% found this document useful (1 vote)
242 views1 page

Advanced JAVA Syllabus

This document outlines the modules and topics covered in an Advanced Java Programming course. Module 1 introduces students to database programming using JDBC and JavaBeans. It also provides an overview of J2EE architecture and APIs. Module 2 focuses on web servers, servlets, and developing and deploying servlets. It covers servlet lifecycles, parameters, and session tracking. Module 3 teaches Java Server Pages including basic JSP architecture, tags, expressions, and exception handling. It also introduces web MVC frameworks like Struts and Spring.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
242 views1 page

Advanced JAVA Syllabus

This document outlines the modules and topics covered in an Advanced Java Programming course. Module 1 introduces students to database programming using JDBC and JavaBeans. It also provides an overview of J2EE architecture and APIs. Module 2 focuses on web servers, servlets, and developing and deploying servlets. It covers servlet lifecycles, parameters, and session tracking. Module 3 teaches Java Server Pages including basic JSP architecture, tags, expressions, and exception handling. It also introduces web MVC frameworks like Struts and Spring.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ADVANCED JAVA PROGRAMMING (3-1-0)

Module 1: (16Hrs)
Introduction to JDBC: JDBC Drivers & Architecture. Database Programming using JDBC,
Studying Javax.sql.* package, Accessing a Database.
Java Beans: Introduction to Java Beans, Java Beans API
Introduction to J2EE, J2EE Overview, Why J2EE? J2EE Architecture, J2EE APIs, J2EE
Containers
Module 2: (18Hrs)
Web Servers and Servlets: Tomcat web server, Web Application Basics, Architecture and
challenges of Web Application.
Introduction to Servlets: Lifecycle of a Servlet, The Servlet API, The javax.servlet Package,
Initializing a Servlet, Reading Servlet parameters, Reading Initialization parameters.
Developing and Deploying Servlets: Exploring Deployment Descriptor (web.xml).
The javax.servlet HTTP package, Handling Http Request & Responses, Session Tracking &
Management, Dealing with cookies.Filtering Request and Response, ProgrammingFilter,
FilterMapping,Servlet Listeners
Module 3: (16Hrs)
Java Server Pages:Basic JSP Architecture,Life Cycle of JSP,JSP Tags and Expressions,Role of
JSP in MVC-2,JSP with Database,JSP Implicit Objects,TagLibraries,JSP Expression Language
(EL),Using
Custom
Tag,JSPCapabilities:,ExceptionHandling,SessionManagement,Directives,JSP with Java Bean
Framework: Introduction to the web MVCframework/Struts/Spring etc
Text Books:
1. Core Servlets and Java Server Pages, Marty Hall and Larry Brown, Pearson Education
Reference Books
1. Ed Roman, Mastering Enterprise Java Beans, John Wiley & Sons Inc., 1999. (UNIT
III and UNIT V)
2. Web reference: http://java.sun.com.
3. J2EE The Complete Reference
4. Server Programming , Black Book

CSE-033

You might also like