ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
The Java Class Libraries 2nd Edition, Volume 2
Author:
Chan Lee
ISBN:
0 201 31003 1
Publisher:
Addison-Wesley
Pages:
324pp
Price:
£21-95
Reviewer:
Nigel Armstrong
Subject:
java
Appeared in:
10-5
This is a reference for the Java classes in packages java.applet, java.awt and java.beans. Unlike other similar works it does not order the class descriptions by package, but instead orders them alphabetically by class name. This is helpful, especially when you are unsure in which package a class is defined.

Each class description presents the API in a style based on that provided by javadoc, but made more suitable for a printed text and supplemented by additional notes and examples. The supplementary material is generally of a very high standard, and contains a lot of useful information. Many of the code examples can also be downloaded over the Web, which will save a lot of re-typing.

Unfortunately, a large number of the AWT classes documented here have been superseded by the now released JFC (Swing) components. I doubt that anyone serious about UI development using Java is now using the AWT components for new work. This means that about a half of this book is now redundant, or at least only of interest for more specialised applications, which is a shame given its quality.

In summary, it cannot be generally recommended; only for those who need to understand the 1.1 AWT in depth.