Catalysoft   Turtle
home products articles about us contact us

Recent Articles

What's Good About Clojure?

Clojure is a relatively new language to appear on the Java Virtual Machine (JVM), although it draws on very mature roots in the form of the LISP langu ...

Should You Care About Requirements Engineering?

Recently, I (Adil) was invited to participate in a one day seminar on the subject of Requirements Engineering. Whilst I have no direct experience of t ...

Tips for Setting Up Your First Business Website

To attract all potential customers to your business you need a presence on the web. The problem is that if you haven't set up a website before, you p ...

What's Good about LISP?

LISP is a general-purpose programming language and is the second-oldest programming language still in use, but how much do you know about it? Did you ...

Open Source Tools for Developers: Why They Matter

From a developer's point of view use of open-source tools has advantages beyond the obvious economic ones. With the open-source database MySQL in mind ...

Book Review: Beginning Java Databases, by Kevin Mukhar, Todd Lauinger, John Carnell et al.

Discuss this article >>>

Beginning Java Databases

By Kevin Mukhar, Todd Lauinger, John Carnell et al.

Published by Wrox 2001


Beginning Java Databases aims to teach programmers with a firm grasp of the Java language how to build database-driven Java applications. As such, it covers a number of different, but related technologies. Relational database fundamentals are covered, together with the syntax and mechanics of the SQL query language. The book discusses how to access a database from Java using JDBC, and illustrates the ideas with a 'music store' example. There is some coverage of stored procedures and transactions. The book makes a failed attempt at discussing object-relational mappings. I say the attempt is failed as the conclusion seems to be to use an off-the-shelf object-relational mapping framework! Towards the end of the book, chapters discuss such topics as XML, JSPs, and J2EE (Java Enterprise) applications.

Beginning Java Databases is a big book (just under 1000 pages), and covers a lot of material. Given the size of the task, it was an ambitious book to write and get out on market in good time. Many different authors contributed to the final product, and unfortunately there are places where it shows. The book is full of typos, the style is not always consistent, and, in my opinion, there is some overlap of material in different chapters (or are they just making sure in case you didn't understand it the first time?)

However, the basic structure of Beginning Java Databases is very good, and the choice of topics could not be better. The book, as you would expect, encourages a hands-on approach to the topics discussed and indicates where you can find the software to try out the ideas discussed. Whether you are really beginning Java Databases, or someone who would like to brush up on some of the concepts, there is a lot to gain from this book. It's just a shame they couldn't condense it into fewer pages...

Read more reviews at amazon.com or amazon.co.uk

Discuss this article >>>


Simon White