Edit Rename Changes History Upload Download Back to Top

VW to ObjectStudio Wave Demo

This demo was developed by Peter Kwangjun Suk. This is a version of the Smalltalk Broker Chat demo that works with both ObjectStudio and VisualWorks.

The ObjectStudio Chat uses a version of the LittleHttp demo webserver to display its IOR, which is then used by VisualWorks to make the initial connection. The demo also relies heavily on the use of ObjectReferences.


Installation

Download:

ObjectStudio Prerequisites: VisualWorks Prerequisites: ObjectStudio Instructions:
  1. Unzip IorChat.zip to any directory
  2. If it's not there, drop the stkit432.dll into the C:\winnt\system32 directory
  3. Start ObjectStudio
  4. Load the install.cls file from the directory IorChat.zip was extracted to. This will do everything, including save the image and install a Desktop Shortcut to the new image.
  5. Press "Hello?"
VisualWorks Instructions:
  1. Unzip Stbc.zip
  2. Unzip NetworkClients.zip
  3. Load DST, Network Clients, and Smalltalk Broker Chat
  4. Start the ORB from the Distributed Smalltalk control. (You must do this, and the previous step manually. The STBChatParticipant controller will attempt to initialize itself, but this does not quite work yet.)
  5. Open the STBChatParticipant window.
  6. Press "Hello?"
  7. Press "Attach ObjectStudio" and enter the name of a host running the ObjectStudio version.
  8. Repeat with as many VisualWorks chat instances as you care to start.


Edit Rename Changes History Upload Download Back to Top