"I,m dancing! By god I,m dancing on the walls. I,m dancing on the ceiling. I,m ecstatic. I,m overjoyed. I,m really, really pleased." -From the Foreword by Robert C. Martin (a.k.a. Uncle Bob) This isn,t the first book on Java application architecture. No doubt it won,t be the last. But rest assured, this title is different. The way we develop Java applications is about to change, and this title explores the new way of Java application architecture. Over the past several years, module frameworks have been gaining traction on the Java platform, and upcoming versions of Java will include a module system that allows you to leverage the power of modularity to build more resilient and flexible software systems. Modularity isn,t a new concept. But modularity will change the way we develop Java applications, and you,ll only be able to realize the benefits if you understand how to design more modular software systems. Java Application Architecture will help you * Design modular software that is extensible, reusable, maintainable, and adaptable * Design modular software today, in anticipation of future platform support for modularity * Break large software systems into a flexible composite of collaborating modules * Understand where to place your architectural focus * Migrate large-scale monolithic applications to applications with a modular architecture * Articulate the advantages of modular software to your team Java Application Architecture lays the foundation you,ll need to incorporate modular design thinking into your development initiatives. Before it walks you through eighteen patterns that will help you architect modular software, it lays a solid foundation that shows you why modularity is a critical weapon in your arsenal of design tools. Throughout, you,ll find examples that illustrate the concepts. By designing modular applications today, you are positioning yourself for the platform and architecture of tomorrow. That,s why Uncle Bob is dancing.
0 有用 映天蓝 2013-02-11 23:19:11
虽说废话很多,反复重复。但是讨论模块设计的部分还是有干货的。
0 有用 大男孩 2013-11-14 14:09:39
买的是中文版,拿到书之后,一个周就看完了,之后的一个周又详细看了一遍之前标注的章节,收获颇丰。书中提及的模式并不高深,却可以产生很多共鸣,尤其是之前尝试去做过模块化的童鞋,如果经历过模块化方案的纠结之后,再回头看这本书会感觉有很多共鸣,理解也会更加深刻。 虽然书中的例子是以Java为例,但是我相信这些思想并不局限于JAVA,而是语言无关的,书中也谈及了OSGi,但是不要认为是OSGi的强关联,相反... 买的是中文版,拿到书之后,一个周就看完了,之后的一个周又详细看了一遍之前标注的章节,收获颇丰。书中提及的模式并不高深,却可以产生很多共鸣,尤其是之前尝试去做过模块化的童鞋,如果经历过模块化方案的纠结之后,再回头看这本书会感觉有很多共鸣,理解也会更加深刻。 虽然书中的例子是以Java为例,但是我相信这些思想并不局限于JAVA,而是语言无关的,书中也谈及了OSGi,但是不要认为是OSGi的强关联,相反,我觉得OSGi只是一种模块化环境,让你的模块化做得更彻底极致。还是先体会下模块化的思想哈 (展开)
0 有用 DustinTang 2013-09-09 00:28:00
讲得通透.
0 有用 楼 2016-03-03 19:46:45
模块化,分层,等级化,消除循环依赖等在日常设计和开发中要使之成为习惯。