Fastest way to mock up web UI?

Giovanni Corriga giovanni at corriga.net
Tue Mar 27 12:59:25 UTC 2007


Il giorno mar, 27/03/2007 alle 10.12 +0200, goran at krampe.se ha scritto:

> Right, the SqueakMap server code might serve as a useful "larger"
> example to look at. HV2 also has some small examples in it.
> 
> HV2 invites you to write each "page" in a single method - sure, they can
> get pretty large, but it works pretty nicely in practice. This is
> because of the trick commonly used in HV2 by letting the same method
> handle the GET and the Form POST giving automatic mapping of fields etc.

They get pretty large is you use the standard HtmlBuilder. I'm following
this pattern where I use custom builder derived from tha base one that
allow me to create the html page using not only (x)html tags, but also
more high level structural elements.

	Giovanni




More information about the Squeak-dev mailing list