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

Dale Henrichs dhenrich at vmware.com
Fri Mar 25 21:50:42 UTC 2011


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



More information about the seaside-dev mailing list