Stripes by Example
Autor Brent Watsonen Limba Engleză Paperback – 26 mar 2015
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 purposeis 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.
Preț: 145.35 lei
Preț vechi: 181.69 lei
-20% Nou
Puncte Express: 218
Preț estimativ în valută:
27.82€ • 28.100$ • 23.16£
27.82€ • 28.100$ • 23.16£
Carte tipărită la comandă
Livrare economică 06-20 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484209813
ISBN-10: 1484209818
Pagini: 117
Ilustrații: XVII, 117 p. 79 illus., 42 illus. in color.
Dimensiuni: 155 x 235 x 10 mm
Greutate: 0.2 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484209818
Pagini: 117
Ilustrații: XVII, 117 p. 79 illus., 42 illus. in color.
Dimensiuni: 155 x 235 x 10 mm
Greutate: 0.2 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalNotă biografică
Brent Watson is an experienced Java and web application developer and an avid user of the popular Stripes web framework.
Caracteristici
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.