Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Seaside Tutorial Introduction
Last updated at 6:37 pm UTC on 30 June 2007
Seaside is a framework for developing sophisticated web applications in Smalltalk. Seaside is unlike many frameworks in several regards. Most notably:
Seaside takes these desicions explicitly; This gives it a notable characteristic: Building an application with seaside is much like building an event-driven desktop application. Some results of this are:



This tutorial will guide you through creating a useful web application with Seaside. We do not assume any familiarity with web development, and only basic familiarity with HTML. We will be using the latest
squeak-web image: 
provided by
Damien Cassau: 
, there is nothing to install other than Squeak.

We do, however, assume you have installed Squeak and know how to:
If you are not familiar with Squeak, we suggest you start with the Squeak Documentation page. All the required skills can be obtained in the first four chapters FIXME of
Squeak by Example: 


Comments:




  1. About the Seaside Tutorial (Style Guide)