Posted on October 23, 2005, 11:46 pm, by spiros, under
Java.
Pragmatic Unit Testing is an easy to read introduction to unit testing. This book covers the basic information you need to know in order to effectively write unit tests. This book covers in less than 200 pages: What is unit testing and why developers must unit test every piece of code they write. An introduction [...]
Posted on October 13, 2005, 7:28 pm, by spiros, under
Java.
I read the Core J2EE Design Patterns 2nd edition in July 2005. Below I have written a review for this important book. Core J2EE Design Patterns is one of the most important books on the traditional J2EE application architecture. If you are programming J2EE systems that are heavily based on EJB 2.x then this book [...]
Posted on September 27, 2005, 11:18 pm, by spiros, under
Java.
I recently read Java 1.5 Tiger a Developer’s Notebook by David Flanagan and Brett McLaughlin. This book is for experienced Java developers who want to start using Java 5. The book covers most of the new major changes of the Java programming language with lots of examples. Highly recommend if you are thinking to move [...]