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

Esteban Lorenzano estebanlm at gmail.com
Fri Mar 25 21:53:41 UTC 2011


thanks Dale, I'll take a look :)

cheers,
Esteban

El 25/03/2011, a las 6:50p.m., Dale Henrichs escribió:

> Esteban,
> 
> I have an example of using an older version of the REST package with Bibliocello:
> 
>  http://seaside.gemstone.com/ss/bibliocello.html
> 
> <http://seaside.gemstone.com/ss/bibliocello.html>If you browse the code in Bibliocello-Seaside and look at the BCUrlFilter class you'll see some examples ... there are also examples in the tests ...
> 
> Dale
> 
> On Mar 25, 2011, at 2:20 PM, Esteban Lorenzano wrote:
> 
> sorry, I'm trying to understand how this package works and I cannot figure out... is there an example somewhere?
> 
> cheers,
> Esteban
> 
> El 23/03/2011, a las 4:47p.m., Philippe Marschall escribió:
> 
> 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
> 
> Cheers
> Philippe
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org<mailto:seaside-dev at lists.squeakfoundation.org>
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> 
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org<mailto:seaside-dev at lists.squeakfoundation.org>
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> 
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



More information about the seaside-dev mailing list