The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Distributing Applications

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Distributing Applications Posted: Mar 7, 2010 7:22 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Distributing Applications
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Here's a question that cropped up on the ESUG mailing list about application distribution:

As a non professional writing for fun the [deleted: ed], there is a very practical feature I badly need. I would like to be able to distribute my application without the need to distribute over 20Mb of image, change, VM. Doing so for one application is ok, but for 10 applications it is unacceptable (it does not scale well the on the target resource host).

This has always been an interesting problem with Smalltalk, but it's something you can deal with in VisualWorks and ObjectStudio:

  • Create your base deployment image
  • Ship the base deployment image and VM into a "well known" application directory
  • At startup, your application knows where the base VM and image are, and has a directory of application components (parcels) to load, along with a manifest specifying what to load first - this can be accomplished with ini files and a startup class which fits into the Smalltalk startup machinery .

I suppose I coud do a screencast on it :) All of the pieces are there, they really just need to be put together more properly.

Technorati Tags: ,

Read: Distributing Applications

Topic: On to Paris Previous Topic   Next Topic Topic: Smalltalk Daily 03/03/10: Using Regular Expressions in Smalltalk

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use