[Seaside] Getting Started Recipe

Blanchard, Todd tobl at amazon.com
Mon Jun 5 22:07:51 UTC 2006


Generally, I 
Subclass WASession so I can manage app state.
Subclass WAComponent and add method 
rendererClass 
	^WARenderCanvas
to get a component-aware base class for all other components.
Subclass my base component to create the home page component and add class side method 
canBeRoot 
      ^true
Visit the /seaside/config app create a new seaside app, choose my session class for session and home page class for base component and include scriptaculous as a js library for AJAX goodness, and I'm off. 



-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Dan Shafer
Sent: Monday, June 05, 2006 2:52 PM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] Getting Started Recipe

I was thinking along the lines of using the Counter example. The idea is just to provide step-by-step instructions for starting to build a Seaside-aware app in Squeak (what do you do first? what do you subclass? what do you need installed?) through deployment on a typical server configuration. The focus should be on setting up for and deploying an app rather than on the "how do you code Seaside"  
kind of stuff (though that probably comes next).

Dan

On Jun 5, 2006, at 2:38 PM, Michael Roberts wrote:

> Dan Shafer wrote:
>> Is there anywhere a step-by-step recipe for how to get started and 
>> build a "core" Seaside Web app?
>
> Hi Dan,
>
> I'm not sure if you've got your answer.  What do you mean by a "core" 
> Seaside web app?
>
> I can tell you how to get 'hello world' going but I'm not sure that's 
> what you want?
>
> Cheers,
>
> Mike
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the Seaside mailing list