Server Smalltalk Guide : Building server applications : Putting your application together
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).
Last modified date: 01/29/2015