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:
Industrial Strength Java for Serious Programmers
Author:
Cassady-Dorion et al
ISBN:
1 56205 634 4
Publisher:
New Riders Pub.
Pages:
842pp+CD
Price:
£51-99
Reviewer:
Brian Bramer
Subject:
java
Appeared in:
10-1
This second level text aims to give developers who are already proficient in Java, information and skills to develop large-scale real world applications.

The authors consider that the Java community places too much emphasis on 'silly bandwidth-wasting' applets rather than its use for producing business solutions (I agree with them - many introductory Java texts relegate applications to the final couple of chapters). To this end the book starts with a review of OO programming and planning the development of an application (rather then rushing into code). The importance of design and incremental delivery (which I would call prototyping) in modern business systems is emphasised (to ensure that the customer gets what they want). The main topics of Java (the AWT, data structures, I/O, networking, distributed computing and threads) are then covered. Final chapters cover specialised topics such as interfacing to C++, Java Beans, Servelets and JDBC. Booch diagrams are used throughout the book and there are plenty of example programs. The CD contains JDK 1.1 beta2, source code from the book, utility programs, etc.

Although the depth of coverage of advanced topics is not as good as specialist texts (there are now texts devoted to the AWT, advanced networking, threads, JDCB, Java Beans, etc.) this would give the reader of good overview of typical applications. This book was written during the development of JDK 1.1 so coverage of new topics is limited, e.g. RMI, serialisation, JAR, introspection, JIT and new APIs are only mentioned or covered very briefly. The book is well written and presented and I liked the prominence given to design, which is very important for professional programmers.