 |
Identify various ways of outputting to the HTML data stream
|
 |
Use the response write: method
|
 |
Use Smalltalk code all withing an “SSP” to display a list of employees from a data file
|
 |
Use a combination of Smalltalk code and custom objects to display a list of employees from a data file
|
 |
Identify how to pass data from one SSP page to another.
|
 |
Forms send data via named pairs to the next SSP page
|
 |
Create and use cookies
|
 |
Query Strings send data via named pairs in the URL of a page
|
 |
Create and use session variables
|
 |
Use the redirect: method of the response object
|
 |
Identify the limitation of a redirect statement
|
 |
Create an include file
|
 |
Modify an SSP page that pulls in an include file
|
 |
Verify that a change to an include file changes all files that pull it in
|
 |
Test for the presence/absence of session variables
|
 |
Use session variables like objects
|
 |
Make use of a session variable to hold an object instance and reuse it
|
 |
Make changes to web pages by making changes to custom objects in the Smalltalk image
|
 |
Make use of tag libaries for iterating through collections
|
 |
Created logical names for servlets
|