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:
Programming with JFC
Author:
Scott Weiner&Stephen Asbury
ISBN:
0 471 24731 6
Publisher:
Wiley
Pages:
560pp+CD
Price:
£32-50
Reviewer:
Burkhard Kloss
Subject:
java
Appeared in:
10-6
This book is an introduction to programming the Java Foundation Classes (JFC), the new Java user interface framework that supersedes the Abstract Windowing Toolkit (AWT) in the later Java Development Kit (JDK) versions.

Each chapter of the book discusses one part of the JFC and gives small example programs that demon-strate each feature. The explanations are clear and readable, though very occasionally bordering on the trivial. There are also two slightly larger applications that show the use of the features in combination.

The CD contains the source code for all the example programs, as well as some additional programs that are not featured in the book. Laudably, the authors have revised and adjusted the examples on the CD to keep up to date with recent changes in Swing. Amendments and changes to the text and JFC documentation can also be found on the CD. In addition, the CD contains the JDK and JFC libraries, as well as a shareware tool for dealing with animated GIFs. The authors have also set up a web site for errata and further updates, although this was still almost empty when I checked. Still, this shows a strong commitment to quality by the authors and is in tune with the general high quality of the book.

The book is priced at£32.50, which is still a bit high for what it is. Still, it's a major improvement on the usual one to one Sterling for US Dollar exchange rate! Another small quibble is that the book contains perhaps a little bit too much source code - but that is a matter of taste. The relevant parts of the source code are always highlighted so that the reader can focus on the new feature being introduced.

In summary, if you are looking for a good, comprehensive introduction to JFC programming and are willing to pay the price, this book is probably a good suggestion.