Expert One-on-One J2EE Development without EJB pdf epub mobi txt 電子書 下載 2024


Expert One-on-One J2EE Development without EJB

簡體網頁||繁體網頁
Rod Johnson
Wrox
JavaEye
2004-06-21
576
USD 39.99
Paperback
9780764558313

圖書標籤: J2EE  java  spring  軟件開發  springframework  編程  JavaEE  計算機   


喜歡 Expert One-on-One J2EE Development without EJB 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

发表于2024-12-23

Expert One-on-One J2EE Development without EJB epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

Expert One-on-One J2EE Development without EJB epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

Expert One-on-One J2EE Development without EJB pdf epub mobi txt 電子書 下載 2024



圖書描述

What is this book about? "Expert One-on-One J2EE Development without EJB" shows Java developers and architects how to build robust J2EE applications without having to use Enterprise JavaBeans (EJB). This practical, code-intensive guide provides best practices for using simpler and more effective methods and tools, including JavaServer pages, servlets, and lightweight frameworks. What does this book cover? The book begins by examining the limits of EJB technology - what it does well and not so well.Then the authors guide you through alternatives to EJB that you can use to create higher quality applications faster and at lower cost - both agile methods as well as new classes of tools that have evolved over the past few years. They then dive into the details, showing solutions based on the lightweight framework they pioneered on SourceForge - one of the most innovative open source communities. They demonstrate how to leverage practical techniques and tools, including the popular open source Spring Framework and Hibernate.This book also guides you through productive solutions to core problems, such as transaction management, persistence, remoting, and Web tier design. You will examine how these alternatives affect testing, performance, and scalability, and discover how lightweight architectures can slash time and effort on many projects. What will you learn from this book? Here are some details on what you'll find in this book such as: how to find the simplest and most maintainable architecture for your application; effective transaction management without EJB; how to solve common problems in enterprise software development using AOP and Inversion of Control; Web tier design and the place of the Web tier in a well-designed J2EE application; effective data access techniques for J2EE applications with JDBC, Hibernate, and JDO; how to leverage open source products to improve productivity and reduce custom coding; and, how to design for optimal performance and scalability.

Expert One-on-One J2EE Development without EJB 下載 mobi epub pdf txt 電子書

著者簡介


圖書目錄


Expert One-on-One J2EE Development without EJB pdf epub mobi txt 電子書 下載
想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

第1章-第5章介紹瞭一些背景知識,第6章介紹瞭輕量級容器和IoC,第7章引入瞭SpringFramework,第8章介紹瞭AOP,第9章介紹瞭事務管理,第10章介紹瞭持久化,第11章介紹瞭遠程調用框架(注意這時還沒有HttpInvoker),第12章介紹替換一些EJB服務,第13章介紹瞭SpringMVC雛形,第14章介紹瞭單元測試,第15章介紹瞭性能和可擴展性,第16章介紹瞭JPetStore項目(現在已經發展為petclinic項目),第17章總結。對Spring熟悉的人不難從以上描述發現,本書不愧是Spring框架發展的基石。

評分

rod的經典書,當時看的e文版,中文的沒空看瞭

評分

第1章-第5章介紹瞭一些背景知識,第6章介紹瞭輕量級容器和IoC,第7章引入瞭SpringFramework,第8章介紹瞭AOP,第9章介紹瞭事務管理,第10章介紹瞭持久化,第11章介紹瞭遠程調用框架(注意這時還沒有HttpInvoker),第12章介紹替換一些EJB服務,第13章介紹瞭SpringMVC雛形,第14章介紹瞭單元測試,第15章介紹瞭性能和可擴展性,第16章介紹瞭JPetStore項目(現在已經發展為petclinic項目),第17章總結。對Spring熟悉的人不難從以上描述發現,本書不愧是Spring框架發展的基石。

評分

2007-7

評分

讀過,容易讓人誤入歧途

讀後感

評分

尽管gigix在序言里说“还负责全书的文字修润”,但是如果首次的翻译已经不堪入目,那么再加修润无疑是愈行愈远,毫无帮助;何况从某些章节的翻译来看,根本就是脱离了英文原文在那儿做盲目的所谓修润(如果有的话)。而技术书籍的根本我个人以为“忠实原文,行文流畅”是至少应...  

評分

实际上我还没有读完这本书,而且我也没有看懂这本书, 但是他确实给了我很多想法,或者叫灵感。 这本书同样不推荐在不了解JAVA的情感下,去读这本书。 可能又有人会觉得我故弄玄虚,其实只是想建议大家有写EJB程序的经验,至少写过几个例子,搞清楚了里面有几个XML文件,这些基...  

評分

当年看一份spring的文档,作者讲述了一个印度同事对此书的赞许,因此知道了这本书。 前几天同事(资深j2ee工程师) 问我有啥j2ee的书推荐的,我第一反应就是这本书。虽然自己还没看过,但是知道它的主旨,无论如何,都是好书,因为有了这本书才有了现在的很多概念  

評分

当然最好能现看一下Rod Johnson的成名作:《Expert One-on-One J2EE Design and Development》——这本书是spring的前身。 反正2本书都应该好好看看  

評分

需要说明软件开发的技术与思想是在不断迭代发展的工程中,新的技术相对来说是会比就技术要清晰简洁,比较Spring与EJB,90%的应用场景下的确Spring是个较优的选择,经过不同思想、技术的演化,Spring比较不同技术的优缺点,在多种约束下进行了权衡,也做了很多改进,但是我们不...  

類似圖書 點擊查看全場最低價

Expert One-on-One J2EE Development without EJB pdf epub mobi txt 電子書 下載 2024


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有