POJOs in Action: Developing Enterprise Applications with Lightweight Frameworks
暫譯: POJO 實戰:使用輕量級框架開發企業應用程式
Chris Richardson
- 出版商: Manning
- 出版日期: 2006-01-01
- 售價: $1,580
- 貴賓價: 9.5 折 $1,501
- 語言: 英文
- 頁數: 456
- 裝訂: Paperback
- ISBN: 1932394583
- ISBN-13: 9781932394580
下單後立即進貨 (約5~7天)
買這商品的人也買了...
-
$280$99 -
$880$880 -
$600$600 -
$780CMMI: Guidelines for Process Integration and Product Improvement (Harcover)
-
$2,380$2,261 -
$480$379 -
$890$703 -
$520$406 -
$1,173The Art of Project Management
-
$880$695 -
$390$332 -
$890$757 -
$450$383 -
$580$493 -
$780$663 -
$480$374 -
$520$442 -
$580$493 -
$450$351 -
$390$304 -
$390$332 -
$650$507 -
$980$774 -
$720$612 -
$750$593
相關主題
商品描述
Description
“A good way to quickly get up to speed with today’s practices for lightweight development.”
—Floyd Marinescu, Founder, InfoQ.com Creator, TheServerSide.com“Brings back simplicity to enterprise Java applications.”
—Jonas Bonér, Senior Software Achitect, Terracotta, Inc.“A valuable guide for lightweight development.”
—Craig Walls, Author, Spring in Action“The author definitely knows what he is talking about.”
—Oliver Zeigermann, J2EE Architect and Apache committer“Extremely valuable, plenty of sample code... I enthusiastically recommend it!”
—Brendan Murray, Senior Software Achitect, IBMThere is agreement in the Java community that EJBs often introduce more problems than they solve. Now there is a major trend toward lightweight technologies such as Hibernate, Spring, JDO, iBATIS, and others, all of which allow the developer to work directly with the simpler Plain Old Java Objects, or POJOs. Bowing to the new consensus, EJB 3 now also works with POJOs.
POJOs in Action describes these new, simpler, and faster ways to develop enterprise Java applications. It shows you how to go about making key design decisions, including how to organize and encapsulate the domain logic, access the database, manage transactions, and handle database concurrency.
Written for developers and designers, this is a new-generation Java applications guide. It helps you build lightweight applications that are easier to build, test, and maintain. The book is uniquely practical with design alternatives illustrated through numerous code examples.
Table of Contents
- Leverage the frameworks’ strengths, avoid their weaknesses
- Apply enterprise patterns in the lightweight world
- New patterns like POJO Façade and Exposed Domain Model
- Build rich domain models
- How Aspects improve design
- Lightweight testing strategies
- How to be agile
商品描述(中文翻譯)
**描述**
“快速掌握當今輕量級開發實踐的好方法。”
—Floyd Marinescu,InfoQ.com創辦人,《TheServerSide.com》創作者
“為企業Java應用程序帶回簡單性。”
—Jonas Bonér,Terracotta, Inc.資深軟體架構師
“輕量級開發的寶貴指南。”
—Craig Walls,《Spring in Action》作者
“作者絕對知道他在說什麼。”
—Oliver Zeigermann,J2EE架構師及Apache貢獻者
“極具價值,提供大量範例程式碼... 我熱情推薦!”
—Brendan Murray,IBM資深軟體架構師
在Java社群中,大家一致認為EJB經常帶來的問題多於解決的問題。現在,輕量級技術如Hibernate、Spring、JDO、iBATIS等正成為主要趨勢,這些技術都允許開發者直接使用更簡單的Plain Old Java Objects(POJOs)。順應新的共識,EJB 3現在也可以與POJOs一起使用。
**POJOs in Action**描述了這些新的、更簡單且更快速的企業Java應用程序開發方式。它展示了如何做出關鍵設計決策,包括如何組織和封裝領域邏輯、訪問數據庫、管理事務以及處理數據庫的併發性。
本書是為開發者和設計師撰寫的,這是一本新一代的Java應用程序指南。它幫助您構建更輕量的應用程序,這些應用程序更易於構建、測試和維護。本書具有獨特的實用性,通過大量的程式碼範例來說明設計替代方案。
**目錄**
- 利用框架的優勢,避免其弱點
- 在輕量級世界中應用企業模式
- 新模式如POJO外觀和暴露的領域模型
- 構建豐富的領域模型
- 方面如何改善設計
- 輕量級測試策略
- 如何保持敏捷