[ANN] GNU Smalltalk on Android

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] GNU Smalltalk on Android

Stefan Krecher
Hi,
i crosscompiled GNU Smalltalk for Android, more on my blog:
http://krecher.com/2012/06/gnu-smalltalk-on-android.html
I could need some help with the JSON-RPC Bridge - maybe someone here
is interested?
regards,
Stefan

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] GNU Smalltalk on Android

Holger Freyther
On 06/13/2012 11:57 PM, Stefan Krecher wrote:
> Hi,
> i crosscompiled GNU Smalltalk for Android, more on my blog:
> http://krecher.com/2012/06/gnu-smalltalk-on-android.html
> I could need some help with the JSON-RPC Bridge - maybe someone here
> is interested?

Hi,

help in which way? You can use one of the JSON parsers (e.g. petitparser
based, or from ILiad...). For 'RPC' you could start with the HTTP
implementation in NetClients (part of GST).

holger

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] GNU Smalltalk on Android

Stefan Krecher
Hi,

2012/6/14 Holger Hans Peter Freyther <[hidden email]>:
> help in which way? You can use one of the JSON parsers (e.g. petitparser
> based, or from ILiad...). For 'RPC' you could start with the HTTP
> implementation in NetClients (part of GST).

thanks for the hints - are you aware of any example-code for using
NetClients to make HTTP-requests in GST?
My problem is that im totally new to gst and that i'm working on
windows (and so i don't have gst-blox/-browser or visualgst).
The first step for me is to find a way to remote develop on my
emulator or phone. I can work with gst-remote on the phone - would it
be a handy way to edit Smalltalk code on my pc with a Texteditor and
then send it to the gst-remote running on my phone?

regards,
Stefan

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] GNU Smalltalk on Android

Holger Freyther
On 06/14/2012 02:00 PM, Stefan Krecher wrote:
> Hi,

> thanks for the hints - are you aware of any example-code for using
> NetClients to make HTTP-requests in GST?

I assume you have found code but just in case:

Create a 'HTTP Client'
https://gitorious.org/gnu-smalltalk-ports/soapopera/blobs/master/SoapClient.st#line644


Make a post:
https://gitorious.org/gnu-smalltalk-ports/soapopera/blobs/master/SoapClient.st#line679

holger


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk