Implementing Domain-Driven Design pdf epub mobi txt 电子书 下载 2024


Implementing Domain-Driven Design

简体网页||繁体网页
Vaughn Vernon
Addison-Wesley Professional
2013-2-16
656
USD 57.99
Hardcover
9780321834577

图书标签: 领域驱动设计  DDD  架构  计算机  软件工程  编程  基础理论  programming   


喜欢 Implementing Domain-Driven Design 的读者还喜欢




点击这里下载
    


想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-05-10

Implementing Domain-Driven Design epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

Implementing Domain-Driven Design epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

Implementing Domain-Driven Design pdf epub mobi txt 电子书 下载 2024



图书描述

"For software developers of all experience levels looking to improve their results, and design and implement domain-driven enterprise applications consistently with the best current state of professional practice, Implementing Domain-Driven Design will impart a treasure trove of knowledge hard won within the DDD and enterprise application architecture communities over the last couple decades." -Randy Stafford, Architect At-Large, Oracle Coherence Product Development "This book is a must-read for anybody looking to put DDD into practice." -Udi Dahan, Founder of NServiceBus Implementing Domain-Driven Design presents a top-down approach to understanding domain-driven design (DDD) in a way that fluently connects strategic patterns to fundamental tactical programming tools. Vaughn Vernon couples guided approaches to implementation with modern architectures, highlighting the importance and value of focusing on the business domain while balancing technical considerations. Building on Eric Evans' seminal book, Domain-Driven Design, the author presents practical DDD techniques through examples from familiar domains. Each principle is backed up by realistic Java examples-all applicable to C# developers-and all content is tied together by a single case study: the delivery of a large-scale Scrum-based SaaS system for a multitenant environment. The author takes you far beyond "DDD-lite" approaches that embrace DDD solely as a technical toolset, and shows you how to fully leverage DDD's "strategic design patterns" using Bounded Context, Context Maps, and the Ubiquitous Language. Using these techniques and examples, you can reduce time to market and improve quality, as you build software that is more flexible, more scalable, and more tightly aligned to business goals. Coverage includes * Getting started the right way with DDD, so you can rapidly gain value from it* Using DDD within diverse architectures, including Hexagonal, SOA, REST, CQRS, Event-Driven, and Fabric/Grid-Based* Appropriately designing and applying Entities-and learning when to use Value Objects instead* Mastering DDD's powerful new Domain Events technique* Designing Repositories for ORM, NoSQL, and other databases

Implementing Domain-Driven Design 下载 mobi epub pdf txt 电子书

著者简介

作者:Vaughn Vernon是一个经验丰富的软件工匠,在软件设计、开发和架构方面拥有超过25年的从业经验。他提倡通过创新来简化软件的设计和实现。从20世纪80年代开始,他便开始使用面向对象语言进行编程;在 20世纪 90年代早期,他便在领域建模中应用了领域驱动设计,那时他使用的是Smalltalk语言。他在很多业务领域都有从业经验,包括航空、环境、地理、保险、医学和电信等领域。同时,Vaughn在技术上也取得了很大的成功,包括开发可重用的框架和类库等。他在全球范围之内提供软件咨询和演讲,此外,他还在许多国家教授《实现领域驱动设计》的课程。你可以通过www.VaughnVernon.co访问到他的最新研究成果。他的Twitter:@VaughnVernon。


图书目录


Implementing Domain-Driven Design pdf epub mobi txt 电子书 下载
想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

用户评价

评分

设计和分析的能力非一朝一夕,值得细细品味

评分

从repository那一章开始后面就不太实用了。要是作者能多用点比喻就好了,这种帮助构建thinking model的书真的好难吸收。我见到最好理解的一个比喻(来源网上)是把bounded context比喻成公司里的一个部门,还记得看到它很多相关的概念:domain, context map等等都豁然开朗。

评分

从repository那一章开始后面就不太实用了。要是作者能多用点比喻就好了,这种帮助构建thinking model的书真的好难吸收。我见到最好理解的一个比喻(来源网上)是把bounded context比喻成公司里的一个部门,还记得看到它很多相关的概念:domain, context map等等都豁然开朗。

评分

非常不错,比Evans那本更接地气,特别在一些细节方面读后感觉明朗了些,ps:关于event的说明也是Evans那本没大幅描写的

评分

很好的一本将DDD落地的书籍。书中给出了非常具有指导意义的实战案例,并且讨论了如今最具前沿技术的DDD领域的内容。

读后感

评分

Eric Evans那本《实现领域驱动设计(DDD)》固然前无古人,但也向我们程序员抛出了一大问题,即如何将DDD付诸实践。十年之后的今天,Vaughn Vernon的这本《实现领域驱动设计》为我们给出了答案。 最喜欢的是本书中有关实体(Entity)和资源库(Repository)的讲解,它告诉我们实体所...  

评分

将Evans的DDD和j当时现有技术结合落地,是初学者非常棒的DDD入门参考。该书提出的两个聚合引用对方ID的想法比较创新,如果再引入领域事件就更好了,结合 CQRS EventSourcing和 Reactive会更加丰满。  

评分

首先感谢译者和出版社把这本书翻译成中文在国内出版,翻译基本是个用爱发电的活,感谢。 读到第2章的时候书里有这样一张图,图2.4,展示了一个子域和上下文的划分,看图的时候没看懂这个“映射上下文”是什么意思。后面一段文字在讨论这张图,提到了“采购上下文”,但是图中只...  

评分

Eric Evans那本《实现领域驱动设计(DDD)》固然前无古人,但也向我们程序员抛出了一大问题,即如何将DDD付诸实践。十年之后的今天,Vaughn Vernon的这本《实现领域驱动设计》为我们给出了答案。 最喜欢的是本书中有关实体(Entity)和资源库(Repository)的讲解,它告诉我们实体所...  

评分

写的有点啰嗦;书四星,翻译减掉2星,友情加1星... 译者4个月业余时间翻译了500多页的书,但是,这个翻译质量看着有点...比如“xxx的名字长度小于所要求的。” 的啥?event sourcing,事件溯源,多常见的概念,书里居然翻译成“事件源”,意思完全不一样了吧...真是google翻译...  

类似图书 点击查看全场最低价

Implementing Domain-Driven Design pdf epub mobi txt 电子书 下载 2024


分享链接









相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 qciss.net All Rights Reserved. 小哈图书下载中心 版权所有