[Glass] Jade and Seaside-Rest question

James Foster james.foster at gemtalksystems.com
Thu Oct 24 17:10:13 PDT 2013


Hi Bruno,

I'm able to add your sample method to a class in 3.1.0.4, compile it, send the message, and get back a string. It seems to all works fine. I don't think we are using the Dolphin parser; we are using Scintilla (search for Smalltalk on http://www.scintilla.org/SciTEDoc.html). What error are you getting?

Are you using Jade.exe or are you loading the Jade packages into a Dolphin development environment? 

James Foster
Director of Professional Services
GemTalk Systems, LLC
+1 503 766 4714 (voice & fax)
James.Foster at GemTalkSystems.com


On Oct 24, 2013, at 4:57 PM, BrunoBB <smalltalk at adinet.com.uy> wrote:

> Hi James,
> 
> I'm using Jade to create a Seaside application that has some Rest Services.
> 
> When you create a method with pragmas then there is an error in the parser.
> 
> I think this is because Dolphin Smalltalk parser does not support pragmas.
> 
> Is this right or maybe i doing something wrong ? 
> I will investigate this and try it to solve it in Jade.
> 
> For example:
> list
>   <get>
>  	
>   ^String streamContents: [ :stream |
>     #('hola' 'test' 'tasks') do: [ :each |
>         stream nextPutAll: each; crlf ] ]
> 
> Well, searching in Dolphin Smalltalk list i found this:
> https://groups.google.com/forum/#!searchin/comp.lang.smalltalk.dolphin/pragmas/comp.lang.smalltalk.dolphin/0jik5s1usRw/LleKlo0As_MJ
> 
> If this package works fine i will let you know to add it to Jade to support
> Rest with Jade.
> 
> Regards,
> Bruno
> 
> 
> 
> --
> View this message in context: http://forum.world.st/Jade-and-Seaside-Rest-question-tp4716962.html
> Sent from the GLASS mailing list archive at Nabble.com.
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20131024/4e5b91d1/attachment.html>


More information about the Glass mailing list