. .

smalltalk

Server Side JTalk

May 25, 2011 19:00:00.000

Looks like JTalk is still making good progress:

As announced in an earlier blog-post, i implemented a RemoteRunner for the jtalk-server (based on the jtalk-project). It's very simple: if you implement a Method runRemote in your class, e.g. RemoteTest, then by executing:

RemoteRunner new runClass: RemoteTest


will execute the Smalltalk-Code implemented in the runRemote-Method on the server. The example prints out the date and time of the server.

posted by James Robertson

 Share Tweet This