Fastest way to mock up web UI?

Ramon Leon ramon.leon at allresnet.com
Wed Mar 28 16:19:58 UTC 2007


> So how do you build an application if you don't use #call:? 
> The WAStore example seems to use #call: exclusively and it is 
> not clear to me how exactly one would actually build an 
> application in Seaside without using call:.
>
>    - Andreas

Basically, since Seaside is component based anyway, many people build a root
component to contain header, footer, menus, etc, and then a component for
body.  You can then set the body component to any component you like and
it'll render, no need for call.  As Goran said, the component model is what
makes Seaside rock so much, it's just like programming a desktop
application, no fussing with state.

Ramon Leon
http://onsmalltalk.com




More information about the Squeak-dev mailing list