By spiros on October 23, 2005
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 in Java | Tagged book, junit
By spiros on October 13, 2005
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 in Java | Tagged book, design patterns, ejb, javaee
By spiros on September 27, 2005
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 [...]
Posted in Java | Tagged book