Murach's Java Servlets and JSP (2nd Edition)
How to use standard JSP tags with JavaBeans
This chapter shows how to code a class that defines a JavaBean, and it shows how to code special JSP tags that work with JavaBeans.
|
|
|
|
How to code a JavaBean |
288 |
|
A JSP that uses a JavaBean |
290 |
|
|
How to code the useBean tag |
292 |
|
How to code the getProperty and setProperty
tags |
294 |
|
How to set the properties of a bean from request
parameters |
296 |
|
How to set non-string data types in a bean |
298 |
|
How to use interface and abstract class types
with beans |
300 |
|
|
The application when the MVC pattern is used |
302 |
|
The application when the Model
1 architecture is used |
306 |
|
t |
|
|
|
|
© Copyright 1998-2009 Mike
Murach & Associates, Inc. All rights reserved.
|