User Tools

Site Tools


servlets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servlets [2007/10/09 18:17] roumaniservlets [2008/02/04 19:05] (current) roumani
Line 31: Line 31:
   * Note that parameters are available as Map<String,String[]> and that for payloads you can have a raw stream or a wrapped up one.   * Note that parameters are available as Map<String,String[]> and that for payloads you can have a raw stream or a wrapped up one.
   * The response object allows you to set the HTTP response line and headers as well as the payload.   * The response object allows you to set the HTTP response line and headers as well as the payload.
 +
 +
  
  
Line 36: Line 38:
  
   * Read Sections 6.1 through 6.5 of our textbook.    * Read Sections 6.1 through 6.5 of our textbook. 
-  * Come to Prism on Thu for a hands-on lecture+  * Take an overall look at the servlet API (accessible from our //Resources// Page. 
 +  * Come to Prism for a hands-on lecture
servlets.1191953877.txt.gz · Last modified: 2007/10/09 18:17 by roumani