Java EE 模式 - 注册表和其他 - 相关性

发布于 2024-09-19 15:35:47 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江南烟雨〆相思醉 2024-09-26 15:35:54

(...)最近有什么书详细介绍了这一点?

我推荐 Adam Bien 的真实世界 Java EE 模式 如果您正在寻找 Java EE 5 和 6 的模式和最佳实践的最新内容:

真实世界 Java EE 模式

现实世界的 Java EE 模式包括
覆盖范围:

  1. 介绍 Java EE 6 的核心原理和 API(EJB、
    JPA、JMS、JCA、JTA、依赖关系
    注射,会议结束
    配置、拦截器、REST)
  2. 事务原理、隔离级别、上下文中的远程处理
    Java EE 6
  3. 将核心 J2EE 模式映射到 Java EE
  4. 讨论多余的模式和过时的最佳实践,例如 DAO、
    商务代表,数据传输
    物体丰富的层次感,
    间接等
  5. 领域驱动和面向服务的业务层模式
    架构
  6. 异步、遗留或不兼容的集成模式
    资源
  7. 用于急切启动服务、线程的基础架构模式
    跟踪、前置条件检查、Java
    EE 6 查找或集成
    第三方依赖注入
    像 Guice 这样的框架
  8. 高效文档和测试的提示
  9. 精益务实的服务和领域驱动架构,基于
    讨论的模式
  10. 功能齐全的 Java 连接器架构 (JCA) 实现
    源代码
  11. EJB 2 - EJB 3 迁移

(...) Any recent book that does a coverage of this in detail?

I recommend Adam Bien's Real World Java EE Patterns if you're looking for an up to date coverage of patterns and best practices with Java EE 5 and 6:

Real World Java EE Patterns

Real World Java EE Patterns 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. Lean and pragmatic service and domain driven architectures, based on
    the discussed patterns
  10. Fully functional Java Connector Architecture (JCA) implementation with
    source code
  11. EJB 2 - EJB 3 migration
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文