Learning Modular Java Programming
Tejaswini Mandar Jog
- 出版商: Packt Publishing
- 出版日期: 2016-06-30
- 售價: $1,640
- 貴賓價: 9.5 折 $1,558
- 語言: 英文
- 頁數: 226
- 裝訂: Paperback
- ISBN: 178588882X
- ISBN-13: 9781785888823
-
相關分類:
Java 程式語言
海外代購書籍(需單獨結帳)
相關主題
商品描述
Key Features
- Understand the basic concepts of Modular Programming to build enterprise applications with Java
- Create short and precise code and eliminate recursion
- The book follows a step-by-step approach that makes implementing Modular Programming easy
Book Description
Modular programming means dividing an application into small parts and then developing it. It is an approach taken by developers to build applications and helps them add efficiency in their development process, thus making it more effective.
The book starts with the fundamentals of Modular Programming. Then we move on to the actual implementation, where we teach developers how to divide an application into different modules or layers (such as presentation, execution, security, lifecycle, services, and so on) for better management. Once readers are well-versed in these modules and their development, the book shows how to create bindings in order to join these different modules and form a complete application. Next, the readers will learn how to manage these modules through dependency injection.
Later, we move on to testing; readers will learn how to test the different modules of an application. The book ends by teaching readers how to maintain different versions of their application and how to modify it. By the end of the book, readers will have a good understanding of modular programming and will be able to use it to build applications with Java.
What you will learn
- Learn about Modular Programming and what modules an enterprise application can be divided into.
- Set up a development environment and create a "Hello World" application.
- Start implementing a sample application from the presentation layer.
- Implement the persistence layer.
- Implement the business layer, wrapping up all of the modules with Contexts and Dependency Injection (CDI).
- Manage an application's life cycle.
- Learn how to secure Web applications.
- Test enterprise applications and their automation.
- Understand how to version source code using Source Code Management (SCM) systems such as GIT and SVN.
About the Author
Tejaswini Mandar Jog is a passionate and enthusiastic SCJP-certified trainer. She has more than eight years' experience in the IT training field, specializing in Java, J2EE, and relevant technologies. She has worked with many renowned corporate companies on training and skill enhancement programs. She is also involved in the development of projects using Java, Spring, and Hibernate.
Table of Contents
- Introducing Modular Programming
- Saying Hello to Java EE
- Implementing the Presentation Layer
- Talking to the Database
- Developing the Business Layer
- Testing Your Application
- Securing the Application
- Versioning and Deploying
商品描述(中文翻譯)
關鍵特點
- 理解模組化程式設計的基本概念,以使用 Java 建立企業應用程式
- 創建簡短且精確的程式碼,消除遞迴
- 本書採用逐步的方法,使模組化程式設計的實施變得簡單
書籍描述
模組化程式設計是將應用程式劃分為小部分,然後進行開發的一種方法。這是開發人員用來構建應用程式的一種方法,幫助他們提高開發過程的效率,從而使其更有效。
本書從模組化程式設計的基本原則開始。接著,我們進入實際實施階段,教導開發人員如何將應用程式劃分為不同的模組或層(例如:表示層、執行層、安全層、生命週期、服務等),以便更好地管理。一旦讀者熟悉這些模組及其開發,本書將展示如何創建綁定,以便將這些不同的模組連接起來,形成一個完整的應用程式。接下來,讀者將學習如何通過依賴注入來管理這些模組。
隨後,我們將進入測試階段;讀者將學習如何測試應用程式的不同模組。本書最後教導讀者如何維護應用程式的不同版本以及如何進行修改。到本書結束時,讀者將對模組化程式設計有良好的理解,並能夠使用它來構建 Java 應用程式。
你將學到的內容
- 了解模組化程式設計以及企業應用程式可以劃分為哪些模組
- 設置開發環境並創建一個「Hello World」應用程式
- 從表示層開始實施範例應用程式
- 實施持久層
- 實施業務層,將所有模組包裝在上下文和依賴注入(CDI)中
- 管理應用程式的生命週期
- 學習如何保護 Web 應用程式
- 測試企業應用程式及其自動化
- 了解如何使用源代碼管理(SCM)系統(如 GIT 和 SVN)進行源代碼版本控制
關於作者
Tejaswini Mandar Jog 是一位充滿熱情和熱忱的 SCJP 認證培訓師。她在 IT 培訓領域擁有超過八年的經驗,專注於 Java、J2EE 及相關技術。她曾與許多知名企業合作進行培訓和技能提升計畫。她也參與使用 Java、Spring 和 Hibernate 開發專案。
目錄
1. 介紹模組化程式設計
2. 向 Java EE 說你好
3. 實施表示層
4. 與資料庫對話
5. 開發業務層
6. 測試你的應用程式
7. 保護應用程式
8. 版本控制與部署