On Jan 26, 2013, at 7:30 AM, Francois Stephany <[email protected]> wrote:
> On 26/01/13 02:02, Andy Burnett wrote: >> Our requirements are pretty simple. We need a way of uploading an image, >> and some standard for of persistence. At this point, we would be >> perfectly happy to make compromises by agreeing that it had to be e.g. >> Mongo or whatever (although ideally it would be gemstone). We just want >> to make some progress on this. > > I would prefer to upload a MetacelloConfiguration (or something similar) > instead of an image. I built CloudFoundry so that you uploaded a .st file (in my ESUG example it was 'aida.st') that was used to build the image. The server executed the .st file and saved the resulting image (it could load .mcz files directly or execute a Metacello script). Whenever your application was needed, a copy of the saved image was used. James Foster
