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:
Java 1.1 Developers Handbook
Author:
P Heller&S Roberts
ISBN:
0 7821 1919 0
Publisher:
Sybex
Pages:
1173pp+CD
Price:
£??
Reviewer:
Brian Bramer
Subject:
java
Appeared in:
10-6
This book is intended for the reader who already has Java programming experience and wishes to use the advanced Java APIs to develop real-world applications.

Part 1 reviews Java basics covering applets and applications, creating custom components using the AWT and portability issues (data representation, file naming and systems, platform look and feel, etc.) The AWT section is based on the Java 1.0 event model (the book was published in 1997 when many developers still used 1.0 AWT facilities in applications using 1.1 APIs). Part 2 'Advanced Topics' contains chapters devoted to image processing, threads, animation, I/O, networking, JDBC, object serialization and RMI, protocol handlers and the 1.1 AWT. The final part covers new APIs, i.e. Java Beans, JEFC (electronic commerce) and servets. The breath and depth of the discussion in parts 2 and 3 is variable, e.g. from 12 pages on JEFC to 104 pages on networking. However, the more 'important' APIs are covered in reasonable detail enabling one to get an appreciation of facilities and their use.

An solid (in mass and content) book which gives a good overview of the main Java 1.1 APIs; but not to level found in specialist second level books, e.g. on Networking, JDBC, Beans, etc. The descriptive style is good (the text contains highlighted 'Tips', 'Notes' and 'Warnings' giving useful advice) and there are plenty of relevant programs (available on the CD). However, this is clearly an early 1.1 book and looks very dated by mid 1998 standards, e.g. not covering the Java 1.1 event model until chapter 14. I look forward to a Java 1.2 version?