Stripes: ...and Java Web Development Is Fun Again
Год: 2008 (ноябрь)
Автор: Frederic Daoud
Издательство: The Pragmatic Programmers
ISBN: 978-1-93435-621-0
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Количество страниц: 391
Исходники к книге: http://www.pragprog.com/titles/fdstr/source_codeАдрес errata (ошибок в книге): http://www.pragprog.com/titles/fdstr/errataОписание: As a Java developer, you want to leverage your knowledge and the wealth of Java libraries and tools. But when it comes to web development, many frameworks seem over-engineered and too complex. They have a steep learning curve, and it's just too difficult to get them to do exactly what you need because of their "closed-box" design.
Stripes brings simplicity back to Java web development. You'll be up and running in minutes, and can go a long way with just a few simple concepts. You'll spend your time developing your application, not maintaining gobs of configuration. Because Stripes is very transparent, you will understand exactly what is going on from request to response.
The popularity of Stripes keeps increasing because of its clean design and extensibility. With this complete tutorial and reference, you can master Stripes and take advantage of its productivity in web application development. You'll tailor the framework to your requirements, not the other way around!
This book is packed with explanations and examples so that you learn practical problem-solving techniques. You'll be able to "wrap your head around the framework" and fully understand how Stripes works. When a client requests a feature, you'll answer "yes" with confidence because you're using a framework that lets you get the results that you need without getting in your way. Because of its open design, Stripes lets you easily integrate your favorite tools: tag libraries, AJAX frameworks, ORM solutions, dependency injectors, and more.
Introduction
Learning the Controls
- Stripes 101: Getting Started
- The Core: Action Beans and JSPs
- Creating Forms
- Validating User Input
- Using Built-in Validations
- There’s More to Life than Strings: Working with Data Types
- Customizing Stripes Messages
- Customizing Error Messages
- Reusable Layouts
Revving Up
- Adding Form Input Controls
- Advanced Features Made Easy
- Registering and Logging In
- Parlez-vous français? Making it Multilingual
In High Gear
- Completing the Stack
- Tapping into Stripes
- It’s a Dangerous World: Adding Security
- Using JavaScript and AJAX