Contents
Chapter1
Multithreading
What Are Threads?
Interrupting Threads
Thread Properties
Synchronization
Blocking Queuse
Thread-Safe Collections
Callables and Futures
Executors
Synchronizers
Threads and Swing
Chapter 2
Coolections
Collection Interfaces
Concrete Collectins
The Collections Framework
Algorithms
Legacy Collections
Chapter 3
Networking
Connecting to a Server
Sending E-Mail
Making URL Connections
Advanced Socket Programming
Chapter4
Database Programming
The Design of JDBC
The Structured Query Language
JDBC Installation
Basic JDBC Programming Concepts
Query Execution
Scrollable and Updatable Result Sets
Metadata
Row Sets
Transactions
Advanced Connection Management
Itrodution to LDAP
Chapter 5
Distributed Objects
The Roles of Client and Server
Remote Method Invocations
Setup for Remote Method Invocation
Parameter Passing in Remote Methods
Server Object Actvation
Java IDL and CORBA
Remote Method Calls with SOAP
Chapter 6
Advanced Swing
Lists
Trees
Tables
Styled Text Components
Progress Indicators
Component Organizers
Chapter 7
Advanced AWT
The Rendering Pipeline
Shapes
Areas
Strokes
Paint
Coordinate Transformations
Clipping
Transparency and Composition
Rendering Hints
Readers and Writers for Images
Image Manipulation
Printing
The Clipboard
Drag and Drop
Chapter 8
JavaBeans Components
Why Beans?
The Bean-Writing Process
Using Beans to Build an Application
Naming Patterns for Bean Properties and Events
Bean Property Types
BeanInfo Classes
Property Editors
Customizers
JavaBeans Persistence
Chapter 9
Securiyt
Class Loaders
Bytecode Verification
Security Managers and Permissions
Digital Signatures
Code Signing
Encryption
Chapter 10
Internationalizaiton
Locales
Number Formats
Date and Time
Collation
Message Formatting
Text Files and Character Sers
Resource Bundles
A Complete Example
Chapter 11
Native Methods
Calling a C Function form the Java Programming Language
Numeric Parameters and Return Values
String Parameters
Accessing Fields
Encoding Signatures
Calling Java Methods
Accessing Array Elements
Handling Errors
Using the Invocation
A Complete Example:Accessing the Windows Registry
Chapter 12
XML
Introducing XML
Parsing an XML Document
Validating XML Documents
Locating Information with Xpath
Using Namespaces
Using the SAX Parser
Generating XML Documents
XSL Transformations
Chapter 13
Annotations
Addition of Metadata to Programs
An Example:Annotating Event Handlers
Annotation Syntax
Standard Annotations
The apt Tool for Source-Level Annotation Processing
Bytecode Engineering
Index