100% found this document useful (1 vote)
114 views

Advanced Java Programming

This document outlines the units of an Advanced Java Programming course. Unit I covers servlets, session management, security, and using JDBC and applets with servlets. Unit II discusses JavaBeans, developing and using beans, and the JavaBeans API. Unit III focuses on Enterprise JavaBeans, including session beans, entity beans, and deployment. Unit IV is about RMI, developing remote interfaces and clients. Unit V examines JSP, JSP scripting elements, using JavaBeans and Java Mail in JSP, and Java Messaging Services. The document also lists recommended textbooks and reference books for the course.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
114 views

Advanced Java Programming

This document outlines the units of an Advanced Java Programming course. Unit I covers servlets, session management, security, and using JDBC and applets with servlets. Unit II discusses JavaBeans, developing and using beans, and the JavaBeans API. Unit III focuses on Enterprise JavaBeans, including session beans, entity beans, and deployment. Unit IV is about RMI, developing remote interfaces and clients. Unit V examines JSP, JSP scripting elements, using JavaBeans and Java Mail in JSP, and Java Messaging Services. The document also lists recommended textbooks and reference books for the course.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Advanced Java Programming

UNIT I
Servlet overview the Java web server your first servlet servlet chaining server side
includes- Session management security HTML forms using JDBC in servlets applet to
servlet communication.
UNIT II
Java Beans: The software component assembly model- The java beans development kitdeveloping beans notable beans using infobus - Glasgow developments - Application
Builder tool- JAR files-Introspection-Bound Properties-Persistence-customizers - java beans
API.
UNIT III
EJB: EJB architecture- EJB requirements design and implementation EJB session beansEJB entity beans-EJB Clients deployment tips, tricks and traps for building distributed and
other systems implementation and future directions of EJB-Variable in perl- perl control
structures and operators functions and scope
UNIT IV
RMI Overview Developing applications with RMI:Declaring & Implementing remote
interfaces-stubs & skeletons,Registering remote objects,writing RMI clients Pushing data
from RMI Servlet RMI over Inter- ORB Protocol
UNIT V
JSP Introduction JSP-Examining MVC and JSP -JSP scripting elements & directives-Working
with variables scopes-Error Pages - using Java Beans in JSP Working with Java MailUnderstanding Protocols in Javamail- Components-Javamail API-Integrating into J2EEUnderstanding Java Messaging Services-Transactions.
Text Books
(i) J. McGovern,R. Adatia,Y. Fain, 2003, J2EE 1.4 Bible, Wiley-dreamtech India Pvt. Ltd, New
Delhi.
(ii) H. Schildt, 2002, Java 2 Complete Reference, 5th Edition, Tata McGraw-Hill, New Delhi.
Reference Books
(i) K. Moss, 1999, Java Servlets, Second edition, Tata McGraw Hill, New Delhi.
(ii) D. R.Callaway, 1999, Inside Servlets, Addison Wesley, Boston
(iii) Joseph ONeil, 1998, Java Beans from the Ground Up, Tata McGraw Hill, New Delhi.

(iv) TomValesky, Enterprise JavaBeans, Addison Wesley.


(v) Cay S Horstmann & Gary Cornell, Core Java Vol II Advanced Features, Addison Wesley.

You might also like