Книга "Java EE. Паттерны проектирования для профессионалов" - незаменимый ресурс для всех, кто желает более эффективно работать с Java EE, а также единственная книга, в которой рассмотрены как теория, так и практика использования паттернов проектирования на примерах реальных прикладных задач. Авторы знакомят читателя и с фундаментальными, и с наиболее передовыми возможностями Java EE 7, досконально рассматривают каждый из паттернов и демонстрируют, как эти паттерны применяются при решении повседневных прикладных задач.
This book is ideal for the novice and experienced Java EE developer a like. Each chapter discusses the implementation of a well known design pattern in Java SE and then how that patterns implementation has changed in Java EE. The examples are simple and uncluttered which makes them easy to understand and to adapt to your own application.
An interesting feature of each chapter is the way that the pattern is brought to life with an interesting war story. These stories from the trenches show how a pattern can do more damage that good if used incorrectly or how a pattern help make bad code good.
Barring silly spelling mistakes its a good and simple book to read and understand. Most of the patterns discussed are powered by CDI. That way the book sticks to what the name suggests