Expert One-on-One J2EE Development without EJB
商品資訊
ISBN13:9780764558313
出版社:JOHN WILEY & SONS;LTD
作者:JOHNSON
出版日:2004/06/18
裝訂/頁數:平裝/576頁
規格:22.9cm*18.4cm*3.2cm (高/寬/厚)
定價
:NT$ 1518 元優惠價
:
90 折 1366 元
絕版無法訂購
無法訂購
商品簡介
作者簡介
名人推薦
目次
商品簡介
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:
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
How to design for optimal performance and scalability
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:
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
How to design for optimal performance and scalability
作者簡介
Rod Johnson is an enterprise Java architect with extensive experience in the insurance, dot-com, and financial industries. He was the J2EE architect of one of Europe's largest web portals, and he has worked as a consultant on a wide range of projects.
Rod has an arts degree majoring in music and computer science from the University of Sydney. He obtained a Ph.D. in musicology before returning to software development. With a background in C and C++, he has been working with both Java and J2EE since their release. He is actively involved in the Java Community Process as a member of the JSR-154 (Servlet 2.4) and JDO 2.0 Expert Groups. He is the author of the best-selling Expert One-on-One J2EE Design and Development (Wrox, 2002) and has contributed to several other books on J2EE since 2000.
Rod is prominent in the open source community as co-founder of the Spring Framework open source project (www.springframework.org), which grew out of code published with Expert One-on-One J2EE Design and Development. He speaks frequently at leading industry conferences. He is currently based in London.
Rod can be contacted at expert@interface21.com.
Juergen Hoeller is a Senior Systems architect and Consultant at werk3AT, a company that delivers complex web solutions and provides J2EE-based consulting in Austria.
Juergen has a masters degree in Computer Science from the University of Linz, specializing in Java, OO modeling, and software engineering. He has worked on a wide range of projects with numerous J2EE application servers, ranging from enterprise application integration to web-based data visualization.
Juergen has particular experience in developing J2EE web applications, O/R mapping, and transaction management. Juergen is co-lead of the Spring Framework and active in many community forums, including TheServerSide.
Rod has an arts degree majoring in music and computer science from the University of Sydney. He obtained a Ph.D. in musicology before returning to software development. With a background in C and C++, he has been working with both Java and J2EE since their release. He is actively involved in the Java Community Process as a member of the JSR-154 (Servlet 2.4) and JDO 2.0 Expert Groups. He is the author of the best-selling Expert One-on-One J2EE Design and Development (Wrox, 2002) and has contributed to several other books on J2EE since 2000.
Rod is prominent in the open source community as co-founder of the Spring Framework open source project (www.springframework.org), which grew out of code published with Expert One-on-One J2EE Design and Development. He speaks frequently at leading industry conferences. He is currently based in London.
Rod can be contacted at expert@interface21.com.
Juergen Hoeller is a Senior Systems architect and Consultant at werk3AT, a company that delivers complex web solutions and provides J2EE-based consulting in Austria.
Juergen has a masters degree in Computer Science from the University of Linz, specializing in Java, OO modeling, and software engineering. He has worked on a wide range of projects with numerous J2EE application servers, ranging from enterprise application integration to web-based data visualization.
Juergen has particular experience in developing J2EE web applications, O/R mapping, and transaction management. Juergen is co-lead of the Spring Framework and active in many community forums, including TheServerSide.
名人推薦
“…practical and deep…you have to read if you have any interest in J2EE, with or without EJB…” (VSJ—Visual Systems Journal, December 2004/January 2005)
“…a valuable learning experience all round” (Application Development Advisor, 1st September, 2004)
“…a valuable learning experience all round” (Application Development Advisor, 1st September, 2004)
目次
About the Authors.
Introduction.
Chapter 1: Why “J2EE without EJB”?
Chapter 2: Goals.
Chapter 3: Architectures.
Chapter 4: The Simplicity Dividend.
Chapter 5: EJB, Five Years On.
Chapter 6: Lightweight Containers and Inversion of Control.
Chapter 7: Introducing the Spring Framework.
Chapter 8: Declarative Middleware Using AOP Concepts.
Chapter 9: Transaction Management.
Chapter 10: Persistence.
Chapter 11: Remoting.
Chapter 12: Replacing Other EJB Services.
Chapter 13: Web Tier Design.
Chapter 14: Unit Testing and Testability.
Chapter 15: Performance and Scalability.
Chapter 16: The Sample Application.
Chapter 17: Conclusion.
Last words.
Index.
Introduction.
Chapter 1: Why “J2EE without EJB”?
Chapter 2: Goals.
Chapter 3: Architectures.
Chapter 4: The Simplicity Dividend.
Chapter 5: EJB, Five Years On.
Chapter 6: Lightweight Containers and Inversion of Control.
Chapter 7: Introducing the Spring Framework.
Chapter 8: Declarative Middleware Using AOP Concepts.
Chapter 9: Transaction Management.
Chapter 10: Persistence.
Chapter 11: Remoting.
Chapter 12: Replacing Other EJB Services.
Chapter 13: Web Tier Design.
Chapter 14: Unit Testing and Testability.
Chapter 15: Performance and Scalability.
Chapter 16: The Sample Application.
Chapter 17: Conclusion.
Last words.
Index.
主題書展
更多
主題書展
更多書展購物須知
外文書商品之書封,為出版社提供之樣本。實際出貨商品,以出版社所提供之現有版本為主。部份書籍,因出版社供應狀況特殊,匯率將依實際狀況做調整。
無庫存之商品,在您完成訂單程序之後,將以空運的方式為你下單調貨。為了縮短等待的時間,建議您將外文書與其他商品分開下單,以獲得最快的取貨速度,平均調貨時間為1~2個月。
為了保護您的權益,「三民網路書店」提供會員七日商品鑑賞期(收到商品為起始日)。
若要辦理退貨,請在商品鑑賞期內寄回,且商品必須是全新狀態與完整包裝(商品、附件、發票、隨貨贈品等)否則恕不接受退貨。

