• Packaging components
• Packaging Java EE applications – EJB
modules, Web modules
• Deployment Descriptors
• Deployment Tools
Chapter 7 – Development of Enterprise Application
• Choose the Java EE Architecture and
Java EE pattern
• Design the Web components – HTML
and JSP
• Develop Java Beans and Servlets
• Construct the JDBC connectivity with
the enterprise application
Chapter 6 – Enterprise JavaBean (EJB) Components
• Define Java Bean – create java bean
• Describe the custom bean properties
and events
• Describe types of EJB – session beans,
entity beans and message driven beans
Chapter 5 – Java Database connectivity
• Define Java Bean – create java bean
• Describe the custom bean properties
and events
• Describe types of EJB – session beans,
entity beans and message driven beans
Chapter 4.2 – Java Server Page (JSP)
• Overview of java database
programming
• Define JDBC API
• Describe the various JDBC drivers
• Identify JDBC products
• Describe the 2-tier server client model
• Setup JDBC connection to a database
with JSP and Servlet
• Create and Execute SQL statement
• Describe ResultSet Object
Chapter 4.1 – Web Component – Java Server Page (JSP)
• JSP processing
• Predefined variables
• JSP directives
• Associating properties with input parameters
• Forwarding requests from JSP
Chapter 3.2 – Web Component – HTML and Servlet
b) Servlets
• Creating & Running Servlets
• The Servlet API
• HTML forms
• Session tracking
• Database programming in servlets
Chapter 3.1 – Web Component – HTML and Servlet
a) HTML
• HTML basic formatting tags and
attributes
• HTML div span, list, images, hyperlink,
table and
• HTML form and headers
Chapter 2 – Introduction to Java Enterprise Edition (Java EE)
a) Java EE Platform
• Role of Application Servers
• Java EE Architecture (MVC, Spring)
• Java EE Patterns
• Java EE Components (Web
components, EJB)
Chapter 1.2 – Review of Object Oriented Programming Concepts (Inheritance)
b) Inheritance & Polymorphism concepts
• Inheriting instances fields and methods
• Method overriding
• Access levels – public, protected,
private
• Abstract super classes and methods
• Interface