Can Squeak easily function as a web form handler and similar?

goran.hultgren at bluefish.se goran.hultgren at bluefish.se
Thu Apr 18 09:59:15 UTC 2002


Avi Bryant <avi at beta4.com> wrote:
> On Wed, 17 Apr 2002, Randy Siler wrote:
> 
> > 1. I really need to be building a few simple web applications for my
> > department and I would love to use Squeak (because it seems so incredibly
> > elegant and powerful). These apps would be very very simple. Most are just
> > some variation of handle the form data from a web form, maybe do a little
> > "business logic" on it, write some of it to a file or put a record  in
> > FileMaker Pro via say AppleScript, and maybe send a mail confirmation.
> >
> > Can anyone say, "Sure, don't worry, Squeak can do all of that for you easily
> > and dependably...go ahead and jump in..."
> 
> Sure, don't worry, Squeak can do all that for you easily and dependably.

Sure, don't worry, Squeak can do all that for you easily and dependably.
:-)
Seriously.

> <plug>
> One option is Seaside, available from http://beta4.com/seaside - it's
> likely overkill for what you want, but should allow you to get the
> job done with minimal fuss.  I'll be in Seattle in a couple of weeks,
> could give you a demo... ;-)
> </plug>

Seaside is most probably the most mature framework available today, so
you can't probably be wrong going with that. And there is even a website
for it with documentation! :-)

<plug>
HV (=HttpView, my little creation) is much more "lightweight" and has a
slightly different design/idea. It works today and I use it both for
SqueakDot (http://anakin.bluefish.se:8080/squeakdot - hey sign up btw!
You can even look at the source for the pages!) and for our "still
secret but soon not project".

Since I haven't had time to do a real packaging of HV yet (more docs,
tutorial, website) you would have to harass me with one or two emails.
:-)

But it's a rather small .cs that is added on top of the latest Comanche
and there is at least one small sample app included.
</plug>

> There's also the HV framework, or SSP (sorry, I don't have a URL for
> either, but try searching the Swiki).

Damn, I should add it to the Swiki... :-)

> Cheers,
> Avi

Cheers, Göran



More information about the Squeak-dev mailing list