design-patterns - 我们什么时候才能像 J2EE 那样期待来自 SUN/Oracle 的 Core Java EE Patterns?

标签 design-patterns jakarta-ee

就像我们拥有 J2EE 的 www.corej2eepatterns.com 一样,我们什么时候可以期待任何关于 Java EE 5/6 模式的资源(书籍)?

最佳答案

这本书是给你的:“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

关于design-patterns - 我们什么时候才能像 J2EE 那样期待来自 SUN/Oracle 的 Core Java EE Patterns?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2832154/

相关文章:

java - @Singleton @Startup @PostConstruct 方法允许阻塞吗?

java - 如何在编辑/保存表单中保留选定的实体?

jakarta-ee - java.lang.ClassNotFoundException:org.apache.derby.iapi.services.property.PropertyUtil

oop - 没有功能、仅存储数据的类是什么术语?

java - 将 Java SE 应用程序作为服务与 Java EE 应用程序最佳实践集成

c++ - 选择构造函数的更好模式

JavaScript 增强模块 : Why assign IIFE to module when passing module in as argument?

javascript - OO Javascript - Object.prototype 中的对象实例化

java - 设置 JVM 以在抛出 OutOfMemoryError 时转储堆

java - JPA 查询返回代理实体