Not a big difference, but
"The standard way of handling forms in JSP is to define a "bean". This is
not a full Java bean. You just need to define a class that has a field
corresponding to each field in the form. The class fields must have
"setters" that match the names of the form fields."
(http://www.jsptut.com/Forms.jsp)