Re: [Pharo-users] Pharo 5 on Raspberrypi 2 Howto

2016-11-22 Thread Sven Van Caekenberghe
Hi, Have a look at this thread: http://forum.world.st/Cog-VM-on-Raspberry-Pi-tt4919105.html HTH, Sven > On 22 Nov 2016, at 19:33, Oswall Verny Arguedas C. via Pharo-users > wrote: > > > From: "Oswall Verny Arguedas C. via Pharo-users" > Subject: [Pharo-users] Pharo 5 on Raspberrypi 2 Howt

[Pharo-users] Pharo 5 on Raspberrypi 2 Howto

2016-11-22 Thread Oswall Verny Arguedas C. via Pharo-users
--- Begin Message --- Good day,I need to install pharo in raspberrypi.I try to install it, but I can not make the right combination of "sources" with "vm" and "image". I have runtime errors.Please if you can tell me the best way to do it, thanks in advance.I want to install it on Raspberrypi B +

Re: [Pharo-users] Rest Services with pharo objects as parameters

2016-11-22 Thread Esteban Lorenzano
Hi, if this is from voyage, then is a complicated query, because it is storing a reference to a second root. Let’s say you have an object a1 who is an instance of A and an object b1 who is an instance of B. b := B new. a := A new data1: 42; data2: ‘something’; refB:

[Pharo-users] Rest Services with pharo objects as parameters

2016-11-22 Thread Asbath Sama biyalou via Pharo-users
--- Begin Message --- Hello Everybody. I have two classes ClassA(data1 data2 ref_ClassB) ClassB (data3 data4). I want to get list of classA where ref_ClassB = ClassB. I don't know how to do my url in order to sent ClassB as a parameter of the service. I am using Pharo 4.0 with Voyage-Mongo. --