Expert one-to-one J2EE design and development

开发者福利!热门AI工具限时免费用 购周边即赠Coding Plan Lite,Claude Code、Cursor等20+工具畅享,效率翻倍! 阅读详情
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp

The results of using J2EE in practice are often disappointing: applications are often slow, unduly complex, and take too long to develop. Rod Johnson believes that the problem lies not in J2EE itself, but in that it is often used badly. Many J2EE publications advocate approaches that, while fine in theory, often fail in reality, or deliver no real business value.

Expert One-on-One: J2EE Design and Development aims to demystify J2EE development. Using a practical focus, it shows how to use J2EE technologies to reduce, rather than increase, complexity. Rod draws on his experience of designing successful high-volume J2EE applications and salvaging failing projects, as well as intimate knowledge of the J2EE specifications, to offer a real-world, how-to guide on how you too can make J2EE work in practice.

It will help you to solve common problems with J2EE and avoid the expensive mistakes often made in J2EE projects. It will guide you through the complexity of the J2EE services and APIs to enable you to build the simplest possible solution, on time and on budget. Rod takes a practical, pragmatic approach, questioning J2EE orthodoxy where it has failed to deliver results in practice and instead suggesting effective, proven approaches.


http://rapidshare.com/files/51585378/0764543857.zip
Expert one-on-one J2EE design and development》学习笔记1——JavaEE常用架构设计 JavaEE开发中程序架构设计不仅会影响程序性能、复杂性,同时还影响到程序的可扩展性和可维护性,目前业界有规范的JavaEE架构设计被奉为经典,下面将按照是否分布式进行介绍。 非分布式架构: 1.Web应用搭配业务组件接口架构: 经典三层架构:用户接口层、业务逻辑层和持久化层。 优点: (1).架构简单,是最常用最简单的Web应用架构,但是如果涉及到事务或者多线程问题时,需要 阅读详情

相关推荐

expert one-on-one j2ee design and development 英文版 pdf

expert one-on-one,一本讲述Spring MVC开发的经典书,英文版,带目录,你值得拥有

【笔记】《Expert One on One J2EE Design And Development without EJB》笔记

博主:中文版翻译的质量很高,熊节统筹翻译的。由于是扫描版PDF,直接上截图了。这本书应该是 Java Web 必读之书,以前都不晓得有这种书。害,学校也不教(本科TM的也就教个Java教程前5章),工作时也没大神带(野路子公司)。 说正题:书比较啰嗦,讲EJB能讲5章。这EJB小公司用不到,没有几个亿的投资额,怕是用不到这个技术,可直接略过。 1. 业务服务层 Spring老大哥教你重新认识...

huanqing2010的专栏 1775

Expert One-on-One J2EE Design and Development

 What is this book about? The results of using J2EE in practice are often disappointing: applications are often slow, unduly complex, and take too long to develop. Rod Johnson believes that the problem lies not in J2EE itself, but in that it is often used badly. Many J2EE publications advocate approaches that, while fine in theory, often fail in reality, or deliver no real business value. "Expert One-on-One: J2EE Design and Development" aims to demystify J2EE development. Using a practical focus, it shows how to use J2EE technologies to reduce, rather than increase, complexity. Rod draws on his experience of designing successful high-volume J2EE applications and salvaging failing projects, as well as intimate knowledge of the J2EE specifications, to offer a real-world, how-to guide on how you too can make J2EE work in practice. It will help you to solve common problems with J2EE and avoid the expensive mistakes often made in J2EE projects. It will guide you through the complexity of the J2EE services and APIs to enable you to build the simplest possible solution, on time and on budget. Rod takes a practical, pragmatic approach, questioning J2EE orthodoxy where it has failed to deliver results in practice and instead suggesting effective, proven approaches. What does this book cover? In this book, you will learn When to use a distributed architecture When and how to use EJB How to develop an efficient data access strategy How to design a clean and maintainable web interface How to design J2EE applications for performance Who is this book for? This book would be of value to most enterprise developers. Although some of the discussion (for example, on performance and scalability) would be most relevant to architects and lead developers, the practical focus would make it useful to anyone with some familiarity with J2EE. Because of the complete design-deployment coverage, a less advanced developer could work through the book along with a more introductory text, and successfully build and understand the sample application. This comprehensive coverage would also be useful to developers in smaller organisations, who might be called upon to fill several normally distinct roles. What is special about this book? Wondering what differentiates this book from others like it in the market? Take a look: It does not just discuss technology, but stress its practical application. The book is driven from the need to solve common tasks, rather than by the elements of J2EE. It discuss risks in J2EE development It takes the reader through the entire design, development and build process of a non-trivial application. This wouldn't be compressed into one or two chapters, like the Java Pet Store, but would be a realistic example comparable to the complexity of applications readers would need to build. At each point in the design, alternative choices would be discussed. This would be important both where there's a real problem with the obvious alternative, and where the obvious alternatives are perhaps equally valid. It emphasizes the use of OO design and design patterns in J2EE, without becoming a theoretical book ,高清文档 

【笔记】Expert One on One 系列笔记

原来 Expert One-on-One J2EE 系列有两本书。第一本是先写的,讲的是 J2EE 的设计,第二本讲的是在不使用 EJB 来做J2EE开发。第二本书才是Spring的起源之作,其中的Interface21就是Spring的前身。 《Expert One-on-One J2EE Design and Development》2002年出版,译作《J2EE设计开发编程指南》,译...

huanqing2010的专栏 994

expert one to onej2ee design and development》随笔

一本难得的j2ee好书,和市面上其他j2ee不一样,作者提出了自己独特的见解。此书可以说面面据到,大到数据持久层的开发,小到java代码的格式都有涉及。其实此书的很多思想已经在作者开发的spring这个框架中实现了,如果想了解spring的底层架构,此书也是一个很好的指南。        缺点就是电子书页数太多,看的累眼睛啊。而且听说中文翻译的质量不太好。不过在看了电子书的前4章后,我还是决定

bon_jovi的专栏 2013

spring ref history Design philosophy

一、前言 Spring 框架可以说是 Java 开发人员使用的最流行的应用程序开发框架之一。它目前由大量提供一系列服务的模块组成。包括模块容器,为构建横切关注点提供支持的面向切面编程(AOP),安全框架,数据存取框架,Web 应用框架和用于模块测试提供支持的类。Spring 框架的所有组件都通过依赖注入粘在一起。依赖注入(也称为控制反转)使设计和测试松散耦合的软件模块变得更容易。 多年来 Sp...

weixin_30349597的博客 129

JAVA J2EE框架

J2EE框架 Spring Framework Spring的起源和背景 Rod Johson在2002年编著的《Expert one to one J2EE design and development》一书中,对Java...

242

Expert One on one J2ee Development without Ejb

都说挺好的,今天下载了一个英文版的,真是个穷,买个中文版还得考虑

zhangsj163的专栏 181

【笔记】《Expert One on One J2EE Design And Development》笔记

博主:该书是Spring框架的起源,J2EE(JavaEE)圣经,重要性自不多言。注意:该书出版时间是2004年。仅需阅读自己关注的部分。 1. 三层结构(P27) C1 讨论J2EE的架构,分布式架构下是否必须使用EJB组件。我不甚关心此章。不过作者提到的三层结构与我的认识不同。 1. Enterprise Information System(EIS) Tier 有时也叫 Integ...

huanqing2010的专栏 1862

Expert One-on-One J2EE Design and Development中文版(第三分卷)

大师级书籍的中译本,但是有人评论说翻译的不好,当对于英语不好的来说,总比英文版好吧

Expert One-on-One J2EE Design and; Development中文版(第二分卷)

大师级书籍的中译本,但是有人评论说翻译的不好,当对于英语不好的来说,总比英文版好吧

Expert_J2EE_Design_And_Development 英文版

Expert_J2EE_Design_And_Development 经典书籍,学习spring思想必备!!

Expert One-on-One J2EE Design and Development体会

读Spring Framework的文档时候不可避免的了解到Expert One-on-One J2EE Design and Development这本书神往已久,今天粗略的看了一些内容,没发现什么惊奇之处。特别是MVC那一章,如果看过struts的文档,看那个就会觉得很少新意。 先把introduction的体会写上,introduction里面还是介绍得不错的,否则也没什么人接着看了。;)I

Tim, a lovable eccentric 5231

J2EE 应用设计模式推荐(摘抄自Expert One-on-One J2EE Design and Development

OO Design Recommendations for J2EE Applications It's possible to design a J2EE application so badly that, even if it contains beautifully written Java code at an individual object level, it will stil...

xingshen100的专栏 1620

Java程序员的推荐阅读书籍之八《Expert One-on-One J2EE Design and Development

在robbin的那个贴下回了一下,问我要电子书的tx陆续有几个了,本来想通过邮件发的,但是无奈太大,一一发邮件太费神了,所以想了一下,还是我放在博客上,有需要的就下载吧。   根据robbin的那个推荐,我將分期將我所持有的电子书资源上传,如果觉得好,大家还是买实体书吧,支持下版权,谢谢。   《Expert One-on-One J2EE Design and Development

huangyuanmu的专栏 3033

Expert one-on-one J2EE Design and Development》指导

   最近本人在阅读《Expert one-on-one J2EE Design and Development》一书,作为一个读者,把其中一些本人觉得比较认可和觉得比较重要的一些作者的设计思想与总结的指导准则记录在此。 一、设计。要编程到接口不要编程到类。这分离了接口与它们的实现。为了获得更大的灵活性,将实例变量和方法参数声明为具有所需的最小具体类型。首选对象组合而非具体继承

jimmy_cheung_jc的专栏 1018

编码规范(摘抄自Expert One-on-One J2EE Design and Development

Coding Standards J2EE projects tend to be big projects. Big projects require teamwork, and teamwork depends on consistent programming practices. We know that more effort is spent on software maintena...

xingshen100的专栏 2256

Wrox - Expert One-on-One J2EE Design & Development.chm

今天找到此书的下载地址:Wrox - Expert One-on-One J2EE Design & Developmenthttp://chinateam.myrice.com/matrix/java/j2ee/j2ee/Wrox%20-%20Expert%20One-on-One%20J2EE%20Design%20and%20Development.pdf

scarf的专栏 1589

Expert One-on-One J2EE Design & Development

Expert One-on-One J2EE Design & Development.chm

转载资源,方便查询 390
上一篇: Xml For Dummies
下一篇: Enterprise Java 2 Security: Building Secure and Robust J2EE Applications
topmvp
博客等级 码龄19年 1047粉丝 4846原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值