[Seaside] seaside and rest

Esteban Lorenzano estebanlm at gmail.com
Tue Mar 29 11:22:28 UTC 2011


Hi again :)
I forget that, before all, you need to register your application with something like this: 

	| app |
	app := WAAdmin register: self asApplicationAt: 'myapp'.
	app addFilterFirst: MyRestFilter new.

(you need to add YOUR Rest filter, who is a child of WAPragmaBasedRestfulFilter) 

cheers,
Esteban

pd: Philippe, any chance this information can be placed somewhere in the wiki, I think for us, the newcomers to SeasideRest is not so easy to understand :(

El 29/03/2011, a las 4:56a.m., Olivier Auverlot escribió:

> Hi,
> 
> I try desperately to use seaside-Rest for building REST services with Seaside. I read the documentation (http://code.google.com/p/seaside/wiki/SeasideRest) and read this post on the ML (http://lists.squeakfoundation.org/pipermail/seaside-dev/2009-September/003584.html).
> 
> Someone could explain me how to use this library ? Must I create an Seaside application for hosting the web service ? What is the content of the createRoutes method ? What is the goal of the life ? 42 ? I feel that i become crazy... <X
> 
> Thanks for your help. 
> best regards
> Olivier ;-)
> 
> www.auverlot.fr
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110329/76ab7188/attachment.htm


More information about the seaside mailing list