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:
Developing Java Enterprise Applications 2ed
Author:
Stephen Asbury&Scott Weiner
ISBN:
0 471 40593 0
Publisher:
Wiley
Pages:
885pp+CD
Price:
£42-95
Reviewer:
Jon Lacey
Subject:
java
Appeared in:
14-3
This second edition includes the latest versions of the Enterprise Libraries and is targeted at version 1.3 of the J2EE. Inclusions, which did not appear in the first edition, include CORBA, XML and JavaMail.

The usual chapters are included such as Basic JDBC Programming, Programming Servlets, Creating Java Server Pages and Programming Enterprise JavaBeans. The included CD has the Java 2 Software Development Kit, including a server that runs the sample JSPs, Servlets and Enterprise JavaBeans.

The author tells us that all the code has been tested on NT and Windows 2000 but as pure Java has been used in all cases, the examples should run on all platforms - the basic idea of Java.

Updates to the code and errata are available at on a website, which was, when I visited, a single page.

The book is designed so each technology is introduced across a number of chapters. The first of which explains the underlying concepts and any parallels with other technologies, followed by the programming techniques and then finishing with a chapter using the technologies to solve a problem.

There are two longer chapters that have complete working examples, including a 4 tier Online Store that uses JSPs and servlets to define a Web page interface, servlets to manage the shopping carts and JavaBeans to access a database.

This book is a good starting point for someone wishing to understand some of the technologies available in the world of Java.