buchspektrum Internet-Buchhandlung

Neuerscheinungen 2015

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Brent Watson

Stripes by Example


2015. xvii, 117 S. 37 SW-Abb., 42 Farbabb. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2015
ISBN: 1-484-20981-8 (1484209818)
Neue ISBN: 978-1-484-20981-3 (9781484209813)

Preis und Lieferzeit: Bitte klicken


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.
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
Brent Watson is an experienced Java and web application developer and an avid user of the popular Stripes web framework.