[Seaside-dev] new features in Seaside-REST: multi element matches and or matches

Philippe Marschall philippe.marschall at gmail.com
Fri Mar 25 01:33:01 UTC 2011


2011/3/24 Tobias Pape <Das.Linux at gmx.de>:
>
> Am 2011-03-23 um 20:47 schrieb Philippe Marschall:
>
>> Hi
>>
>> The latest version of Seaside-REST supports multi element matches
>> (*argumentName*) and or matches ([option1|option1]). This allows you
>> to write matches like the following:
>>
>> getFile: fileName at: pathTerms fromProject: projectName
>>    <GET>
>>    <Path: '/projects/{projectName}/*pathTerms*/{fileName}.mcz/[classes|methods]'>
>>
>> You can find more examples and documentation at [1]
>>
>> [1] http://code.google.com/p/seaside/wiki/SeasideRest
>
>
> I just updated the Metacello configuration at Squeaksource.

Thank you.

> It works for me on Squeak4.2.
> Can anyone confirm/deny for the other platforms?

The only really platform specific things should be the pragmas. If
those work then the rest should work as wel..

Cheers
Philippe


More information about the seaside-dev mailing list