Login  Register

Re: Extending a Pharo App with remote content

Posted by Stéphane Ducasse on Sep 27, 2013; 7:42pm
URL: https://forum.world.st/Extending-a-Pharo-App-with-remote-content-tp4710807p4710817.html

Hilaire

Hilaire have a look at the code updater because it looks on a server for a file and download other files
based on the first tile. you can send a zip file that contains code and fuel object.
In fact .sar file was just a zip file renamed with some code.

You can install sounds in Pharo as object or you can install them as a file using fuel.

Fule can be used to send code but this is more experimental.
Tanker is not ready.


stef

On Sep 27, 2013, at 8:27 PM, hilaire <[hidden email]> wrote:

> Hello,
>
> I am thinking about an educative oriented application to learn math, and I
> would like the application to be extensible with remote contents (from the
> cloud).
>
> I am wondering:
>
> how will you extend a given Pharo application with remote contents (code and
> data) ?
>
> For code, I guess Fuel will be a nice candidate to install remote code in a
> given Pharo Application. But what about data as graphics and sounds. Do we
> some kind of package system for both data and code?
>
> Thanks for any tips.
>
> Btw, being unable to browse SmalltlakHub projects is kind of suicide for the
> community.
>
> Hilaire
>
>
>
> --
> View this message in context: http://forum.world.st/Extending-a-Pharo-App-with-remote-content-tp4710807.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>