[Seaside] Providing REST api

Sean Allen sean at monkeysnatchbanana.com
Mon Dec 27 18:46:57 UTC 2010


There is some documentation somewhere, I can't find it. PM could probably
point you in
the correct direction as he wrote the Seaside-Rest stuff.

On Mon, Dec 27, 2010 at 1:10 PM, Esteban Lorenzano <estebanlm at gmail.com>wrote:

> Very interesting, I didn't know about this package and I'm coding my own
> REST apis by hand... is there an example or documentation somewhere?
>
> Cheers,
> Esteban
>
> El 27/12/2010, a las 2:15p.m., Sean Allen escribió:
>
> This includes the seaside-REST stuff which might be of use to you:
>
> http://www.squeaksource.com/Seaside30Addons.html
>
> On Mon, Dec 27, 2010 at 12:06 PM, Davorin Rusevljan <
> davorin.rusevljan at gmail.com> wrote:
>
>> How do you handle situations where Seaside app needs to provide REST
>> api to some other system, or framework? There seem at least 2 types of
>> such situations:
>>
>> a) some foreign sytem like credit card processor, or such, needs to
>> call some url on your site and collect feedback. So this call is not
>> necessary releated to some Seaside session, but it needs to poke
>> around the database that is used by Seaside app.
>>
>> b) Javascript widget that you use in your seaside app, like for
>> instance datatables, needs to make ajax calls to your server to fetch
>> some session related data, and url needs to anser for instance json
>> list of particular client orders.
>>
>> What is the best way to handle such situations in your experience?
>>
>> Davorin Rusevljan
>> http://www.cloud208.com/
>> _______________________________________________
>> 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
>
>
>
> _______________________________________________
> 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/20101227/144a8375/attachment.htm


More information about the seaside mailing list