Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This includes:

  • Starting the server
  • What describe the url links are for each of the various pieces portions of the sample (e.g. http://localhost:8080/Sample182Image RemovedDemo182Image Added provides access to the Demo182 sample)
  • Describe the visual contents for each portion of the sample and how it relates to the backend server functionality
    (e.g. In the Servlets example, the "Sessions" portion of the sample illustrates how name/value pairs can be added to an HttpSession.
    The input name/value pairs are sent from the browser to the server which then stores the session data in a hashtable and returns a correlation id (session id) to the browser via a cookie. Subsequent browser requests result in the browser sending the cookie to the server which uses the session id to access the saved session data.). This allows state information (e.g. shopping cart) to be maintained over multiple http(s) requests.

...