Writing index jsp for the Guessing Game Application (JSP Version)



Writing index jsp for the Guessing Game Application (JSP Version)

Writing index jsp for the Guessing Game Application (JSP Version)

Describes how to build a simple Java Server Page (JSP) for a simple Guessing Game application. Some concepts discussed: how to tell the difference between different types of code in a JSP (delimiters), Request/Response objects, get vs. post, and editing and running a Web application using Eclipse.

Comments are closed.