开发者

When can we expect Core Java EE Patterns from SUN/Oracle like we already have for J2EE?

Just like we have www.corej2eepatterns.com for J2EE, when can we expect any resource(book) on patterns开发者_如何学Go for Java EE 5/6?


This book is for you then: "Real World Java EE Patterns - Rethinking Best Practices"

This pragmatic book offers the real world knowledge and code you need to develop lean but still maintainable Java EE 5 / 6 applications. Real World Java EE Patterns - Rethinking Best Practices guides you to efficient patterns and best practices in a structured way, with real world code. This book includes coverage of:

  1. An introduction into the core principles and APIs of Java EE 6 (EJB, JPA, JMS, JCA, JTA, Dependency Injection, Convention Over Configuration, Interceptors, REST)
  2. Principles of transactions, Isolation Levels, Remoting in context of Java EE 6
  3. Mapping of the Core J2EE patterns into Java EE
  4. Discussion of superfluous patterns and outdated best practices like DAOs, Business Delegates, Data Transfer Objects extensive layering, indirections etc.
  5. Business layer patterns for domain driven and service oriented architectures
  6. Patterns for integration of asynchronous, legacy, or incompatible resources
  7. Infrastructural patterns for eager-starting of services, thread tracking, pre-condition checks, Java EE 6 lookups or integration of third-party Dependency Injection frameworks like Guice
  8. Hints for efficient documentation and testing
  9. EJB 2 - EJB 3.X migration
    1. Lean and pragmatic service and domain driven architectures, based on the discussed patterns
    2. Fully functional Java Connector Architecture (JCA) implementation with source code


You actually can apply those patterns to Java EE or any other collection of enterprise frameworks. J2EE patterns, you mentioned, are just best practices for developing enterprise applications. In general, they do not depend on specific frameworks, like GoF patterns don't depend on specific OO language. So just like GoF patterns are language-agnostic, enterprise patterns are framework-agnostic.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜