Server Smalltalk Guide


Putting your application together

To see how the pieces of SST are put together to implement an application, re-examine the ping-pong example. Ping-pong contains examples of both the procedure call and object invocation models presented previously. The sections below cover setting up and running a remote procedure call style application (SstPingPongByValue) and then a remote object invocation application (SstPingPongByReference).


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]