Part 2: the environment


What does it feel like ? - usefull subsystems

many usefull components the class hierarchy:
  • serial port access with MIDI support
  • external data streaming
  • platform-independent networking
  • subclasses of Socket that understand
    • HTTP
    • FTP
  • a pluggable Web server
    • HTTP and networking from Socket classes
    • Smalltalk ServerActions replace CGI scripts
    • example application: Swiki = Ward Cunningham's WikiWiki Web reimplemented in Squeak