previous |
start |
next
Encapsulating Computations in JavaBeans
- Most professional web pages need input from two different
experts
- A programmer who understands how to compute the results the
page will display
- A graphics designer who determines how to display the
results
- It is best to keep the Java code and the HTML tags
separate
- Any nontrivial computation should be carried out in a separate
Java class
- You connect one or more JavaBeans to a JSP page
previous |
start |
next