[Seaside] Re: Seaside and REST

Boris Popov boris at deepcovelabs.com
Thu Mar 29 23:30:05 UTC 2007


You need to know about html and http if you're building web applications
regardless of the framework. All seaside does it make it (more) fun :)

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Todd Blanchard
> Sent: Thursday, March 29, 2007 4:18 PM
> To: Seaside - general discussion
> Subject: Re: [Seaside] Re: Seaside and REST
> 
> So seaside is a great application for people who don't want to care
> about low level details like http and html - except when you need to
> know about low level details like http and html.  :-)
> 
> Abstractions leak more on the web than in most places.
> -Todd Blanchard
> 
> On Mar 29, 2007, at 11:42 AM, Andreas Raab wrote:
> 
> > Boris Popov wrote:
> >> You need a form to put buttons in,
> >
> > Dang! Of course, stupid me ;-)
> >
> > Thanks,
> >   - Andreas
> >
> >> WACounter>>renderContentOn: html
> >> 	html
> >> 		form:
> >> 			[html heading: count.
> >> 			(html submitButton)
> >> 				callback: [self increase];
> >> 				text: '++'.
> >> 			html space.
> >> 			(html submitButton)
> >> 				callback: [self decrease];
> >> 				text: '--']
> >> Cheers!
> >> -Boris
> >
> > _______________________________________________
> > 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