Interesting LtU links

I found the below links at LtU: Is it Select/From or From/Select? Don Box says “Scheme Is Love” XLinq: XML Programming Refactored (The Return Of The Monoids) Structure and Interpretation of Computer Programs Video Lectures by Hal Abelson and Gerald Jay Sussman

continue reading Interesting LtU links

Implementing Hibernate DAOs

Christian Bauer at the Hibernate team blog has written an improved version of the DAOs of the Caveat Emptor application of the Hibernate in Action book. This new versions will probably be included in the second edition of the book. The new DAOs are implemented in Java 5 using generics and other Java 5 features. […]

continue reading Implementing Hibernate DAOs