Remarks
This text may be saved in a file hellouser.jsp in the dbc/ application directory.
A suitable form element to front-end this page might be:
<form action=“hellouser.jsp”>
Name: <input type=text name=who size=32> <p>
<input type=submit>
</form>
The JSP version is much more compact and easier to understand!
We can expect this to be generally the case when the logic behind a dynamic page is relatively simple, and the bulk of the content is static HTML.