相关推荐
Expert J2EE设计与开发实战指南(英文版)
J2EE(Java 2 Platform, Enterprise Edition)作为构建大规模分布式系统的标准平台,广泛应用于金融、电信、电商等高并发、高可靠性要求的领域。其核心组件如EJB、Servlet、JSP、JMS等,提供了完整的服务器端解决方案,支持事务管理、安全控制与远程通信。然而,传统J2EE开发存在显著痛点:EJB容器重量级、代码侵入性强、配置复杂且难以单元测试,导致开发效率低下。随着轻量级框架兴起,Spring等技术逐步替代了部分J2EE功能,推动企业架构向POJO化、松耦合演进。
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 j2ee design and development 英文版 pdf
expert one-on-one,一本讲述Spring MVC开发的经典书,英文版,带目录,你值得拥有
【笔记】《Expert One on One J2EE Design And Development》笔记
博主:该书是Spring框架的起源,J2EE(JavaEE)圣经,重要性自不多言。注意:该书出版时间是2004年。仅需阅读自己关注的部分。 1. 三层结构(P27) C1 讨论J2EE的架构,分布式架构下是否必须使用EJB组件。我不甚关心此章。不过作者提到的三层结构与我的认识不同。 1. Enterprise Information System(EIS) Tier 有时也叫 Integ...
【笔记】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设计开发编程指南》,译...
【笔记】《Expert One on One J2EE Design And Development without EJB》笔记
博主:中文版翻译的质量很高,熊节统筹翻译的。由于是扫描版PDF,直接上截图了。这本书应该是 Java Web 必读之书,以前都不晓得有这种书。害,学校也不教(本科TM的也就教个Java教程前5章),工作时也没大神带(野路子公司)。 说正题:书比较啰嗦,讲EJB能讲5章。这EJB小公司用不到,没有几个亿的投资额,怕是用不到这个技术,可直接略过。 1. 业务服务层 Spring老大哥教你重新认识...
JAVA程序猿推荐看的15本书_错过了是你损失
2019独角兽企业重金招聘Python工程师标准>>> ...
Java程序员的推荐阅读书籍之八《Expert One-on-One J2EE Design and Development》
在robbin的那个贴下回了一下,问我要电子书的tx陆续有几个了,本来想通过邮件发的,但是无奈太大,一一发邮件太费神了,所以想了一下,还是我放在博客上,有需要的就下载吧。 根据robbin的那个推荐,我將分期將我所持有的电子书资源上传,如果觉得好,大家还是买实体书吧,支持下版权,谢谢。 《Expert One-on-One J2EE Design and Development》
编码规范(摘抄自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...
《Experts one-on-one J2EE design and development》读书笔记2 是否应该采用分布式架构
J2EE提供了对分布式的支持,能够将应用程序的不同的组件发布到不同的JVM中,无论这些JVM是在同一台服务器上还是在不同的服务器上。分布式的J2EE应用程序的基础是带有远程接口的EJB。 但是,这个支持带来了一个误解:J2EE应用程序就必须是分布式的。 很多人认为分布式的应用程序是提供健壮的、可扩展的应用程序的唯一方法。这个观点是有疑问的,我们同
《Experts one-on-one J2EE design and development》读书笔记3 J2EE设计中的新的选择
在J2EE1.2的规范中,EJB只有远程接口,没有其他的选择。在当时,RMI也是支持远程客户端的唯一的选择。但是到现在这个状况已经发生了变化:1. 从EJB2.0开始,提供了本地接口。因此,和EJB发布在同一个JVM中的客户端可以调用EJB的本地接口。2. Web Services的出现。 EJB2.0本地接口的引入很大主要是为了解决EJB1.1的实体Bean的性能的问题,但
spring ref history Design philosophy
一、前言 Spring 框架可以说是 Java 开发人员使用的最流行的应用程序开发框架之一。它目前由大量提供一系列服务的模块组成。包括模块容器,为构建横切关注点提供支持的面向切面编程(AOP),安全框架,数据存取框架,Web 应用框架和用于模块测试提供支持的类。Spring 框架的所有组件都通过依赖注入粘在一起。依赖注入(也称为控制反转)使设计和测试松散耦合的软件模块变得更容易。 多年来 Sp...
Expert One-on-One J2EE Design and Development中文版(第三分卷)
大师级书籍的中译本,但是有人评论说翻译的不好,当对于英语不好的来说,总比英文版好吧
Expert One-on-One J2EE Design and Development中文版
大师级书籍的中译本,但是有人评论说翻译的不好,当对于英语不好的来说,总比英文版好吧
Expert One-on-One J2EE Design and Development(中文)
本书并不是在向您介绍J2EE规范,而是在阐述作者多年来从事开发工作的一些经验。涉及到EJB,读完这本书你将可以自己尝试从事J2EE项目的开发。如果你是JAVA设计师,那么本书将适合你;如果你是位想跨入本行业的新手,那么本书也将适合您。
java程序员学习
本文转自“风之谷”原文地址:http://justjavac.iteye.com/blog/699095 作为Java程序员来说,最痛苦的事情莫过于可以选择的范围太广,可以读的书太多,往往容易无所适从。我想就我自己读过的技术书籍中挑选出来一些,按照学习的先后顺序,推荐给大家,特别是那些想不断提高自己技术水平的Java程序员们。 一、Java编程入门类 对于没有Java编程经验的Jav...
Java程序员的推荐阅读书籍
《Java程序员的推荐阅读书籍》JavaEye (http://www.javaeye.com)范凯(http://robbin.javaeye.com)作为Java程序员来说,最痛苦的事情莫过于可以选择的范围太广,可以读的书太...
JAVA入门书籍1(备查)
作为Java程序员来说,最痛苦的事情莫过于可以选择的范围太广,可以读的书太多,往往容易无所适从。我想就我自己读过的技术书籍中挑选出来一些,按照学习的先后顺序,推荐给大家,特别是那些想不断提高自己技术水平的Java程序员们。 在这份推荐阅读书籍的名单中,我没有列举流行的软件框架类学习书籍,例如Struts,Hibernate,Spring之类,也没有列举AJAX方面的书籍。是因为这类书籍容易过
Spring框架:项目名称起源
From:http://blog.interface21.com/main/2006/11/08/spring-framework-the-origins-of-a-project-and-a-name 我总是经常问,Spring这个名字到底是从何而来. 名字要从2002年十一月说起了,我发表了一本书叫Expert One-on-One J2EE Design and
829




被折叠的 条评论
为什么被折叠?



