Hands-On Software Architecture with Java: Learn key architectural techniques and strategies to design efficient and elegant Java applications
暫譯: 實作Java軟體架構:學習關鍵架構技術與策略,設計高效且優雅的Java應用程式
Bonocore, Giuseppe
- 出版商: Packt Publishing
- 出版日期: 2022-03-18
- 售價: $1,850
- 貴賓價: 9.5 折 $1,758
- 語言: 英文
- 頁數: 510
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1800207301
- ISBN-13: 9781800207301
-
相關分類:
GAN 生成對抗網絡、Java 程式語言、軟體架構
立即出貨 (庫存=1)
買這商品的人也買了...
-
$594$564 -
$449Hibernate 實戰, 2/e
-
$505Processing 編程學習指南(原書第2版)
-
$266深度學習理論與實踐
-
$653$614 -
$281修改軟件的藝術 : 構建易維護代碼的 9條最佳實踐 (Beyond Legacy Code: Nine Practices to Extend the Life (and Value) of Your Software)
-
$1,960Reinforcement Learning: With Open AI, TensorFlow and Keras Using Python
-
$2,220$2,109 -
$653好好學 Java : 從零基礎到項目實戰
-
$1,944Practical Deep Learning: A Python-Based Introduction
-
$407Java 從入門到精通, 6/e
-
$4,200$3,990 -
$2,682Practical Machine Learning for Computer Vision: End-To-End Machine Learning for Images (Paperback)
-
$2,233Optimizing Visual Studio Code for Python Development: Developing More Efficient and Effective Programs in Python
-
$2,300$2,185 -
$1,680$1,596 -
$539$512 -
$1,200$948 -
$1,755Learn Three.js : Program 3D animations and visualizations for the web with JavaScript and WebGL, 4/e (Paperback)
-
$780$616 -
$630$498 -
$2,100$1,995 -
$720$562 -
$520$411 -
$780$616
商品描述
Build robust and scalable Java applications by learning how to implement every aspect of software architecture
Key Features
- Understand the fundamentals of software architecture and build production-grade applications in Java
- Make smart architectural decisions with comprehensive coverage of various architectural approaches from SOA to microservices
- Gain an in-depth understanding of deployment considerations with cloud and CI/CD pipelines
Book Description
Well-written software architecture is the core of an efficient and scalable enterprise application. Java, the most widespread technology in current enterprises, provides complete toolkits to support the implementation of a well-designed architecture.
This book starts with the fundamentals of architecture and takes you through the basic components of application architecture. You'll cover the different types of software architectural patterns and application integration patterns and learn about their most widespread implementation in Java. You'll then explore cloud-native architectures and best practices for enhancing existing applications to better suit a cloud-enabled world. Later, the book highlights some cross-cutting concerns and the importance of monitoring and tracing for planning the evolution of the software, foreseeing predictable maintenance, and troubleshooting. The book concludes with an analysis of the current status of software architectures in Java programming and offers insights into transforming your architecture to reduce technical debt.
By the end of this software architecture book, you'll have acquired some of the most valuable and in-demand software architect skills to progress in your career.
What you will learn
- Understand the importance of requirements engineering, including functional versus non-functional requirements
- Explore design techniques such as domain-driven design, test-driven development (TDD), and behavior-driven development
- Discover the mantras of selecting the right architectural patterns for modern applications
- Explore different integration patterns
- Enhance existing applications with essential cloud-native patterns and recommended practices
- Address cross-cutting considerations in enterprise applications regardless of architectural choices and application type
Who this book is for
This book is for Java software engineers who want to become software architects and learn everything a modern software architect needs to know. The book is also for software architects, technical leaders, vice presidents of software engineering, and CTOs looking to extend their knowledge and stay up to date with the latest developments in the field of software architecture.
商品描述(中文翻譯)
**建立穩健且可擴展的 Java 應用程式,學習如何實現軟體架構的各個方面**
#### 主要特點
- 理解軟體架構的基本原則,並在 Java 中構建生產級應用程式
- 透過全面涵蓋從 SOA 到微服務的各種架構方法,做出明智的架構決策
- 深入了解雲端和 CI/CD 管道的部署考量
#### 書籍描述
良好的軟體架構是高效且可擴展的企業應用程式的核心。Java 是當前企業中最廣泛使用的技術,提供完整的工具包以支持良好設計架構的實現。
本書從架構的基本原則開始,帶您了解應用程式架構的基本組件。您將涵蓋不同類型的軟體架構模式和應用程式整合模式,並學習它們在 Java 中最廣泛的實現。接著,您將探索雲原生架構及增強現有應用程式以更好適應雲端世界的最佳實踐。稍後,本書強調一些橫切關注點,以及監控和追蹤在規劃軟體演進、預見可預測的維護和故障排除中的重要性。本書最後分析了 Java 程式設計中軟體架構的現狀,並提供有關轉變架構以減少技術負債的見解。
在本書結束時,您將獲得一些最有價值且需求量大的軟體架構師技能,以推進您的職業生涯。
#### 您將學到什麼
- 理解需求工程的重要性,包括功能性需求與非功能性需求
- 探索設計技術,如領域驅動設計、測試驅動開發 (TDD) 和行為驅動開發
- 發現為現代應用程式選擇正確架構模式的準則
- 探索不同的整合模式
- 使用基本的雲原生模式和建議的實踐來增強現有應用程式
- 無論架構選擇和應用程式類型如何,解決企業應用程式中的橫切考量
#### 本書適合誰
本書適合希望成為軟體架構師的 Java 軟體工程師,並學習現代軟體架構師需要知道的一切。本書也適合軟體架構師、技術領導者、軟體工程副總裁和首席技術官 (CTO),希望擴展他們的知識並跟上軟體架構領域的最新發展。
目錄大綱
1. Designing Software Architectures in Java – Methods and Styles
2. Software Requirements – Collecting, Documenting, Managing
3. Common Architecture Design Techniques
4. Best Practices for Design and Development
5. Exploring the Most Common Development Models
6. Exploring Essential Java Architectural Patterns
7. Exploring Middleware and Frameworks
8. Designing Application Integration and Business Automation
9. Designing Cloud-Native Architectures
10. Implementing User Interaction
11. Dealing with Data
12. Cross-Cutting Concerns
13. Exploring the Software Life Cycle
14. Monitoring and Tracing Techniques
15. What's New in Java?
目錄大綱(中文翻譯)
1. Designing Software Architectures in Java – Methods and Styles
2. Software Requirements – Collecting, Documenting, Managing
3. Common Architecture Design Techniques
4. Best Practices for Design and Development
5. Exploring the Most Common Development Models
6. Exploring Essential Java Architectural Patterns
7. Exploring Middleware and Frameworks
8. Designing Application Integration and Business Automation
9. Designing Cloud-Native Architectures
10. Implementing User Interaction
11. Dealing with Data
12. Cross-Cutting Concerns
13. Exploring the Software Life Cycle
14. Monitoring and Tracing Techniques
15. What's New in Java?