My book remains database agnostic.
One thing I did not want to do is write a book where people can't get past the first chapter without downloading MySQL or Hyperion, or where people couldn't run the examples without using
ANT or Maven.
In the book, all of the examples are written in such a way that they can work against and database that supports
JDBC, and the code can be written in any
IDE. In my video tutorials, I actually do all the examples in the book using nothing more than the JDK, MySQL and Windows Notepad, and that even includes a moderately advanced little web based application that demonstrates how to use DAOs and integrate Hiberante into a Servlet/JSP based web application.
So, you really can't get more egalitarian than Notepad or Wordpad.

And all the steps are there to set up the environment. The instructions can easily be used to set up Eclipse or NetBeans or Rational Application Developer or WSDA or RSA or MyEclipse or whatever.
Having said all that, I was thinking of perhaps doing a Hibernate book for WebSphere, DB2 and Rational Application Developer, but we'll just have to see what the demand is for this version of the book first. There's nothing worse than writing a book that nobody reads.
Kindest regards,
-Cameron McKenzie