Servlet Development using WebSphere Studio v5.0

Self-Study Packet Contents:

  • Student Courseware (228 pages)

  • A complete student guide with Table of contents, Course objectives, four different sections and an index.
  • Student Exercise Guide (56 pages)
    An extensive student exercise guide that contains 5 different hands-on step-by-step lab problems.
  • Interactive DVD
    Utilizes a browser-based interface to integrate the animated lecture components with the instructor-narrated lab solutions.
View sample courseware,
exercises and lecture topics
direct from the DVD
 
Bundle your purchase with discounted mentoring sesions starting at $99. Ask us how!



Audience
Java developers, web page designers and other professionals that will be designing, developing and implementing web applications using JavaServer Pages, servlets, Enterprise JavaBeans and implementing them using IBM’s WebSphere Application Server.
   

Duration

8.5 Hours
   
Course Abstract
This course will integrate a combination of instructor-led discussions and interactive workshops to demonstrate the development and testing of server-side applications using J2EE component model. This course will focus on illustrating the use of the WebSphere Studio Application Developer product for developing servlets, JavaServer Pages and Enterprise JavaBeans. Additionally, the role of the WebSphere Application Server v5.0 for testing, use of WAR and EAR files, debugging and deployment will be highlighted. Each student will learn the best practices solution for developing J2EE applications using Model-View-Controller framework and the separation of servlets, JSPs and JavaBean components.
   
Price $199
Objectives

Upon conclusion participants will have acquired these skills:

  • Understand the role of the WSAD v5.0 tool
  • Depict the usage of WSAD projects and perspectives
  • Illustrate the J2EE 1.3 component model and role in designing server-side applications
  • Develop, debug and test servlet applications using Servlet v2.3
  • Develop, debug and test JavaServer Pages using JSP v1.2
  • Integrate JavaBeans with the servlet/JSP development model
  • Understand the role of Web services and its APIs
  • Understand role of JDBC to establish connectivity to relational structures
  • Use of existing Enterprise JavaBeans for application business logic (Entity, Session and Message)
  • Understand the role of JMS and MQSeries
  • Administer and manage WebSphere Application Server using the Server perspective in WSAD
  • Demonstrate packaging of JAR, WAR and EAR components
  • Deploy Enterprise applications to WebSphere Application Server in WSAD
   
Class Format Lecture and Lab
   
Prerequisites

Each student should have a basic understanding of the WWW and have been exposed to the Java programming language.

Course Topics

The following list represents the sections and topics discussed in this virtual instructor-led course offering.

 

WebSphere Overview

  • N-tier architecture
  • Model-View-Controller
  • WebSphere products
  • Browser role
  • HTTP Server
  • Application Server
  • Standalone vs Network Deployment administration
  • WSAD Suite
  • J2EE platform
  • J2EE APIs
  • J2EE services: JNDI, JDBC, Security, RMI, JMS, etc
  • J2EE packaging
  • Application lifecycle

 

WSAD IDE

  • Understanding Eclipse
  • Multiple document interface
  • WebSphere Studio family
  • Plug-in architecture
  • Java development features
  • Web development
  • XML capabilities
  • Server configuration
  • Deployment Descriptors
  • Projects and Perspectives
  • WSAD folder structure
  • Java and XML editor
  • Search capabilities
  • Web Services toolset
  • Import/Export projects
  • Utilizing Perspectives
  • Navigation panel

Servlet Development

  • Servlet Evolution
  • Characteristics
  • Statement blocks
  • Stateless vs Stateful
  • Servlet message structure: HTTP header & FORM data
  • Web Container: Instance Pool, JVM and JRE roles
  • Lifecycle
  • HTML FORM interaction: ACTION and METHOD parameters
  • POST vs GET processing
  • Reading POST data
  • Java Servlet API
  • init and destroy methods
  • Parameters vs Attributes
  • Development in WSAD
  • Servlet Operational model
  • Deployment and testing

 

 

J2EE Applications

  • Web Application structure
  • Context paths
  • WEB-INF files
  • Servlet Context
  • web.xml entries
  • Servlet mapping
  • Taglib alias
  • Security constraints