Testing your application
To run your application, evaluate the code in the startServer class method of MyServer. If you plan on running the server in the same Smalltalk image as the client, evaluate code that forks the process:
[(MyServer new) startServerOnPort: 2012] fork
Next, test MyClientView, ensure the Host ID and other values specified are correct, then press Run Query. The result displays information from the database.
To fully test this example, you need to place the server code into a separate application, package, and then test the client and server packaged images. The server application will need to be loaded into a passive image and packaged in the XD environment.
Last modified date: 01/29/2015