Java
Programming For The Enterprise Using WebSphere
Course
Length: 5 days, $149
This intensive, hands-on
course emphasizes becoming productive quickly as a Java 2 enterprise
programmer in the IBM WebSphere Studio Application Developer environment.
Students learn how to use Java 2 to implement real-world solutions.
Audience: Programmers
who need to design and develop Java applications for the enterprise.
Prerequisites:
Programming in a language such as C or C++. Knowledge of OO concepts
recommended.
Getting Started
What is Java?
Java and WebSphere Studio
Creating a Project
Creating a Class
A First Java Program
Compiling and Interpreting Applications
Perspectives
Running with Arguments
Applets
Running Applets
Help
Java Language Fundamentals
A Java Program
Conditional Statements
Loop Statements
Syntax Details
Portable Data Types
Expressions in Java
Strings
Arrays
Objects and Classes
Defining a Class
Creating an Object
Instance Data and Class Data
Methods
Constructors
Visibility Modifiers
Outline View
Parameter Passing
Comparing and Identifying Objects
Destroying Objects
Using the Primitive-Type Wrapper Classes
Inheritance in Java
Inheritance
Type Hierarchy
Casting
Method Overriding
super
Interfaces
Abstract Classes
The Object Class
Introspection
Packages
Packages
The import Statement
Build Path and Classpath Variables
Defining Packages
Package Scope
Documentation of Classes
Exception Handling
Exceptions Overview
Catching Exceptions
The finally Block
Exception Methods
Declaring Exceptions
Defining and Throwing Exceptions
Errors and RuntimeExceptions
Input/Output Streams
Overview of Streams
Bytes vs. Characters
Converting Byte Streams to Character Streams
Binary Input and Output
PrintWriter Class
Reading and Writing Objects
Streams Streams Streams
File Objects
Collections
Java Arrays
The Collections Framework
Set Implementation Classes
List Implementation Classes
Map Implementation Classes
Applying Algorithms
Implementation and Performance Strategies
Introduction to
Threads
Non-Threaded Applications
Threaded Applications
Creating Threads
Thread States
Runnable Threads
Coordinating Threads
Runnable Interface
Interrupting Threads
ThreadGroups
Introduction to JDBC
The JDBC Connectivity Model
Database Programming
Connecting to the Database
Creating a SQL Query
Getting the Results
Updating Database Data
Finishing Up
JDBC SQL Programming
Error Checking and the SQLException Class
The SQLWarning Class
The Statement Interface
The ResultSet Interface
Updatable Result Sets
JDBC Types
Executing SQL Queries
ResultSetMetaData
Executing SQL Updates
Transaction Management
JDBC SQL Escape Syntax
Advanced JDBC
Using a PreparedStatement
Parameterized Statements
Stored Procedures
ResultSets from Stored Procedures
The execute() Method
Batch Updates
RowSets
DatabaseMetaData
Large Objects
The DriverManager Class
Types of JDBC Driver
Networking with Sockets
Clients and Servers
Ports, Addresses and Protocols
The Socket Class
Communication Using I/O
Servers
The ServerSocket Class
Concurrent Servers
The URL Class
The URLConnection Class
Remote Method Invocation
Distributed Applications
Stubs
Steps to Create a Remote Object
An RMI Server
An RMI Client
RMI Classes and Interfaces
Parameter Passing and Serialization
Callbacks
RMI Utilities
RMI-IIOP
Server-Side Components
Component-Based Development
The Basic Bean
JavaBeans in J2EE
Bean Properties
Packaging Beans
Beans & JDBC
Servlets
Using Servlets .
Creating a Web Project
Dynamic HTML Semantics
GenericServlet API
HttpServlet API
HTML Servlet Choices
Client/Server Communication
Client Example
Server Example