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 Database Programming with JDBC
Author:
P Patel&Karl Moss
ISBN:
1 57610 056 1
Publisher:
Coriolis Group
Pages:
480pp+CD
Price:
£29-50
Reviewer:
Christer Loefving
Subject:
java; database
Appeared in:
11-1
There is a flood of 'beginning Java' titles on the market. Also there are now more titles covering a certain aspect, i.e. any cutting-edge field of Java development. Such as this one, proclaiming on its cover that the reader will 'master the creation of Java databases'. I say it immediately. If you are in this books target group, a Java programmer with or without SQL-knowledge, wanting an 'in depth coverage of ODBC, SQL and database security' (cover text), don't consider buying this. More than two thirds of it consists of code listings with rare explanations.

The SQL chapter offers no more substance than an introductory lesson in a database-course and it ends with

..the possibilities with SQL exceed the relatively few examples shown in this chapter. ...now our discussion of SQL is complete. If you are interested in learning more about SQL, I recommend that you check out our book's website. (!) Overall, the authors' idea of a chapter seems to be well formatted but sparely commented code listings.

Chapters without such listings are rare and short to say the least. That about Java and Database security is only 5 pages long! (So much for 'in- depth coverage') I tried hard to find something positive. At last, the final 'Java Language' chapter featured a useful visual guide to the language fundamentals. However, this part of the book is finished in an abrupt fashion.

Make sure you understand the difference between the parse*() methods and the valueof() methods.Followed by a three-line 'explanation' and a very white page...

I can best describe this title as a pamphlet for the JDBC, with tons of code added on to wade through. The sad thing is, I am convinced the authors know their subject and should do better.