Can Seaside applications support REST style calls?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Can Seaside applications support REST style calls?

Andy Burnett
I imagine the answer is yes, so the problem should probably be "how can I get seaside to support rest calls?"

I am thinking of building some components, of a site, in Flash. Ideally, I would like the user to be able to submit form data through the Flash object. So, I need to provide some URL handling on the server side. Is there a object I should use for this?

It is possible that this relates to my other query.  In the Seaside tutorial image there is Lightbox test.  The Dispatcher doesn't seem to have a registered RootObject for this entry, and yet it still works. As far as I can tell, it just calls the SULightBoxTest.  However, I can't work out how to register an object in that way. 

Cheers
AB

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Can Seaside applications support REST style calls?

Randal L. Schwartz
>>>>> "Andy" == Andy Burnett <[hidden email]> writes:

Andy> So, I need to provide some URL handling on the server side. Is there a
Andy> object I should use for this?

This is a FAQ.  The beginnings of the answer are at
http://seaside.st/documentation/naming-urls.  If you read that, then do some
googling of those particular method names, you'll get a lot of examples of how
to use them.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners