Tutorial week 7
-
Get information about some url's such as HTML documents, GIF images, etc
-
Write a toy HTTP server that will read "GET url" requests from a client,
and send back a plain text document with the url string as content
-
Make the toy server more realistic by reading the url document from
local store and sending it back to the client (assume e.g. it is an
HTML document)
-
Fetch and display a GIF image in a JLabel (if you know Swing)
-
Fetch and display an HTML document in a JEditorPane (if you know Swing)
Jan Newmarch (http://jan.newmarch.name)
jan@newmarch.name
Last modified: Fri Aug 29 22:40:46 EST 2003
Copyright ©Jan Newmarch