What modern design pattern / software engineering books for Java SE 6 do you recommend ?
- by Scott Davies
Hi,
I am very familiar with Java 6 SE language features and am now looking for modern books that cover design patterns in Java for beginners as well as software engineering books that discuss architectures, algorithms and best practices in Java coding (sort of like the Effective C# books).
I am aware of the classic GoF design patterns book, however, I'd like a more modern reference that takes advantage of the features of Java 6 SE.
What books would you recommend ?
Thanks,
Scott