Stripes by Example
暫譯: Stripes 實例解析
Brent Watson
- 出版商: Apress
- 出版日期: 2015-03-26
- 售價: $1,310
- 貴賓價: 9.5 折 $1,245
- 語言: 英文
- 頁數: 117
- 裝訂: Paperback
- ISBN: 1484209818
- ISBN-13: 9781484209813
海外代購書籍(需單獨結帳)
商品描述
In this 100-page book, you will find that Stripes provides a very simple learning path, where you do not need to understand the entire framework in order to use it. The concept of this book is exactly that – to get you using the framework and writing code immediately. You will be off and running in no time, and adding to your skill set as we progress.
This book is written with exactly that learning method in mind. No filler, no empty explanations... just code. You won't be driving solo, however. Each code example is heavily annotated with comments and tips, so that you not only understand each snippet, but can also dive deeper if you so choose.
Stripes is a web framework for the Java programming language. It was initially released in 2005 by Tim Fennell. Despite its growth and maturity, Stripes has always focused on two key principles: simplicity and ease of development. Stripes has also remained a solution for a single application tier: the web-layer. Its purpose is to handle the interaction between a web browser and server-side java code. To tie these concepts together Stripes makes heavy use of Java annotations, which we will see as we learn the various features of Stripes.
What youll learn
- How to get started with Stripes, the popular Java-based Web framework
- What are ActionBeans and how to use them
- How to map URLs to methods
- What are JSPs and forms and how to use them
- How to work with data and interact with ActionBeans
- What are validations, resolutions, and annotations and how to use them
- What are interceptors and how to use them
- What is good design and how to apply it using Stripes
Who this book is for
This book is for experienced Java and/or web developers who are new to the Stripes web framework.
Table of Contents
1. Introduction To Stripes
2. Getting Started
3. ActionBeans.
4. Mapping URLs to Methods
5. JSPs
6. Forms
7. Working With Data
8. Interaction Between ActionBeans
9. Validation
10. Resolutions
11. Other Annotations
12. Internationalization
13. Interceptors
14. File Uploads
15. Good Design
16. Next Steps
商品描述(中文翻譯)
在這本100頁的書中,您會發現Stripes提供了一條非常簡單的學習路徑,您不需要理解整個框架就能使用它。本書的概念正是如此——讓您立即開始使用這個框架並編寫代碼。您將很快上手,並隨著進度不斷增強您的技能。
本書正是以這種學習方法撰寫的。沒有填充內容,沒有空洞的解釋……只有代碼。不過,您並不是獨自駕駛。每個代碼示例都有豐富的註解和提示,讓您不僅能理解每個片段,還可以深入探索。
Stripes是一個用於Java程式語言的網頁框架。它最初於2005年由Tim Fennell發布。儘管經歷了成長和成熟,Stripes始終專注於兩個關鍵原則:簡單性和開發的便利性。Stripes也一直是一個針對單一應用層的解決方案:網頁層。它的目的是處理網頁瀏覽器與伺服器端Java代碼之間的互動。為了將這些概念結合起來,Stripes大量使用Java註解,這一點我們在學習Stripes的各種功能時會看到。
您將學到的內容:
- 如何開始使用Stripes,這個流行的基於Java的網頁框架
- ActionBeans是什麼以及如何使用它們
- 如何將URL映射到方法
- JSP和表單是什麼以及如何使用它們
- 如何處理數據並與ActionBeans互動
- 驗證、解析和註解是什麼以及如何使用它們
- 攔截器是什麼以及如何使用它們
- 什麼是良好的設計以及如何使用Stripes應用它
本書適合對象:
本書適合有經驗的Java和/或網頁開發者,特別是對Stripes網頁框架不熟悉的讀者。
目錄:
1. Stripes簡介
2. 開始使用
3. ActionBeans
4. URL映射到方法
5. JSP
6. 表單
7. 數據處理
8. ActionBeans之間的互動
9. 驗證
10. 解析
11. 其他註解
12. 國際化
13. 攔截器
14. 文件上傳
15. 良好的設計
16. 下一步