. .

smalltalk

Server Side JTalk

25 May 2011 7:00:00 PM

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