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

Max Leske <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Forwarded.

> Begin forwarded message:
> 
> From: Franck Warlouzet <[email protected]>
> Date: 24 November 2015 at 16:43:22 GMT+1
> To: "[email protected]" <[email protected]>
> 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

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.