September 2002
Intermediate to advanced
608 pages
14h 20m
English
We've learned how to use both servlets and JavaServer Pages now, and we've seen how we can use JavaBeans as a mechanism to pass data between them. So it's time to pull it all together. ServletThree is essentially ServletTwo with all of the HTML pulled out of it. The logic that was part of the servlet still remains, and the HTML formatting code has been farmed out to an HTML page (for the static main page) and two JSP pages (to enter a game result and to show the standings). Several new components will be introduced to the application in the ServletThree version; these are shown in Table 7.2.
| New Components | ||
|---|---|---|
| Name | Component Type | Comment |
| ServletThreeImpl | ||
Read now
Unlock full access