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

Norbert Hartl norbert at hartl.name
Thu Mar 24 13:32:31 UTC 2011


Really, really good! My daily tool!

Norbert

Am 23.03.2011 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
> 



More information about the seaside-dev mailing list