Stripes by Example (Paperback)

Brent Watson

  • 出版商: Apress
  • 出版日期: 2015-04-30
  • 售價: $1,090
  • 貴賓價: 9.5$1,036
  • 語言: 英文
  • 頁數: 140
  • 裝訂: Paperback
  • ISBN: 1484209826
  • ISBN-13: 9781484209820
  • 無法訂購

商品描述

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 you’ll 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