What modern design pattern / software engineering books for Java SE 6 do you recommend ?

Posted by Scott Davies on Programmers See other posts from Programmers or by Scott Davies
Published on 2011-01-06T19:36:09Z Indexed on 2011/01/06 20:00 UTC
Read the original article Hit count: 353

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

© Programmers or respective owner

Related posts about best-practices

Related posts about design-patterns