An HTTP request from a client browser causes the set methods to
update JOT Bean properties with request parameters (from the URL query
string or HTML Form input elements). In this example the setFoo()
method is called.
When a servlet request is received, the response to the client uses
QuickStart.html, the JOT Template from step 1. Dynamic content is
rendered with the JOT Bean getNow() and getFoo() methods
that correspond to the JOT.Now and JOT.Foo JOT Tokens
in QuickStart.html.
This is a basic example. Advanced JOT Template scripting and
JOT Bean software techniques are covered in the Programming Guide
and demonstration servlets.