首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 堡垒是领域驱动设计的java框架

堡垒是领域驱动设计的java框架

  • 资源大小:85.52 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java 框架 驱动 设计 领域

资 源 简 介

Bastion Bastion is a Java framework for implementing Domain-Driven Designed (DDD) applications. Goal Bastion"s goal is to provide an environment in which both domain classes and technical services are completely decoupled and independant. Any technical service a domain class needs, will be triggered indirectly by throwing an event from the domain class. The framework will dispatch the event to a listening adapter. The adapter is configured with a corresponding technical service, which it will call to take the required action. Any results can be placed back into the event object, which the domain class can examine upon return. In an environment like this, the domain classes should be able to focus completely on implementing business logic. They have neither knowledge of nor dependency on anything outside the business domain, like for example persistancy services. These technical services on the other hand, are independant of the domain. They co

文 件 列 表

bastionframework
bastion-db4o
bastion-example
bastion-jpa
bastion-main
bastion-mem
bastion-test
LICENSE
NOTICE
pom.xml
VIP VIP
0.199488s