Home
What's
New?
com.oreilly.servlet
Servlet
Polls
Mailing
Lists
List
Archives
Servlet
Engines
Servlet
ISPs
Servlet
Tools
Documentation
Online
Articles
The
Soapbox
"Java
Servlet
Programming,
Second Edition"
"Java
Enterprise
Best Practices"
Speaking
& Slides
About
Jason
XQuery
Affiliate
Advertising
Info
|
Chapter 16 Examples from Java Servlet
Programming, 2nd Ed
- 16-1: A page as a set of objects
- 16-4 to 16-11: Displaying a result set
using a table customizer object
Examples from other chapters:
- Example 16.1: A page as a set of objects
- This shows how a simple HTML page can be constructed with ECS.
- Example 16.4 to 16.11: Displaying a result set using a table
customizer object
- This shows how to use the object-oriented nature of Java and
ECS to provide highly customizable data display. This example
is a general-purpose SQL query mechanism with a display driven
by ECS.
|