DDD:DomainEvent、ApplicationEvent、Command
摘要:
Command:纵向传递,跨分层,在控制器层和应用层之间传递。DomainEvent:横向传递,跨聚合,在一个DLL中。ApplicationEvent:横向传递,跨模块,在不同的DLL中。 阅读全文
posted @ 2013-03-09 13:48 幸福框架 阅读(1817) 评论(1) 推荐(1)
posted @ 2013-03-09 13:48 幸福框架 阅读(1817) 评论(1) 推荐(1)