© Brent Watson 2015
Brent WatsonStripes by Example10.1007/978-1-4842-0980-6_6

6. Forms

Brent Watson 
(1)
316 Marine Ave, Brooklyn, USA
 
 
Brent Watson
The purpose of most web applications is to take some form of user input, do processing around that input—such as saving, updating, or retrieving data—and then passing another view to the user. Wash, rinse, repeat.
The examples thus far have shown various features of the Stripes framework. The examples in this chapter will tie these concepts together.

An Example Application

We will create a small web application that stores data about DVDs (see Listing 6-1).
Listing 6-1. FormProcessingActionBean.java
Before seeing the JSP files that produce the input form and the results screen, ...

Get Stripes by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.