Servlet Example

The following form will be submitted via HTTP-GET to ./sum (and shows just the resulting number):
a:
b:

The following form will be submitted via HTTP-GET to ./format (and shows the result in a simple HTML result page with a table)
a:
b:

The following form will be submitted via HTTP-POST to ./makecalls (and trigger internal service communication to (i) compute the result and (ii) show the result in a simple HTML result page with a table)
a:
b:

See a list of all generated result tables at ./all (HTTP GET).
Delete the list of all generated result tables at ./reset (HTTP GET).