[Seaside] Fwd: [Pharo-dev] Seaside REST on Pharo 50

Max Leske maxleske at gmail.com
Tue Nov 24 15:45:55 UTC 2015


Forwarded.

> Begin forwarded message:
> 
> From: Franck Warlouzet <franck.warlouzet at hotmail.fr>
> Date: 24 November 2015 at 16:43:22 GMT+1
> To: "pharo-dev at lists.pharo.org" <pharo-dev at lists.pharo.org>
> Subject: [Pharo-dev] Seaside REST on Pharo 50
> 
> Hi,
> 
> We are currently using seaside, magritte, reef etc to do a project at school. We also have to do a mobile app (written in Java :(), so we are doing a REST service to access the database from the mobile app. 
> 
> We are working on Pharo 50, and we noticed that Seaside-REST is not working anymore. 
> For simple get, it is ok, for example :
> 
> test
>     <get>
>     ^ 'foo'
> 
> but if you want to have a complete path like that :
> 
> test: aValue
>     <get>
>     <path: '/foo?value={aValue}'>
>     ^ 'foo' 
> 
> You get a DNU RBVariableNode>>key during the route creating (Same on pharo 40 is working).
> 
> Any idea why ? 
> 
> In the meantime, we are using Teapot, it seems to be working on Pharo 50.
> 
> Btw, I cannot subscribe to seaside mailing list (I never get the confirmation mail), so if someone could forward this email on seaside mailing list, it would be nice.
> 
> Franck

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20151124/5ba8b54c/attachment.htm


More information about the seaside mailing list