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:
Server Based Java Programming
Author:
Ted Neward
ISBN:
1 884777 71 6
Publisher:
Manning
Pages:
556pp
Price:
£44-99
Reviewer:
Silvia de Beer
Subject:
java
Appeared in:
13-3
The book aims to achieve three ideal goals for server side application development; zero development, zero deployment and zero administration. They aim at developing new features or additions without requiring additional programming, introducing new versions to clients without disturbing them and the idea that systems run automatically without human intervention.

The three goals are worth considering when developing applications and the book contains 17 chapters which all aim to achieve partially one of the three goals. The book starts by describing Classloaders and how they can be used to achieve on-the-fly code upgrades. The book continues with extensions (the fact that you can load modules without changing the CLASSPATH) and threads. Halfway through the book I found some of the issues and ideas a bit too general and too simplistic to offer me any real advice for server-side application development. Which chapters one finds too general however, will depend on the background of the reader. The final chapters are more interesting; they cover remote control, middleware and how to monitor applications.

The book is written in a narrative style explaining the development of a Generic Java Application Server. The principles are illustrated with bits of Java code and references to design patterns. The book does not explain any API, it tries to give ideas which you should further develop in your own server-side development. Some important topics are not covered though, e.g. security and profiling and resource management.