Menu

OmniSockets / News: Recent posts

OmniSockets-1.0 (beta) released

OmniSockets is a Java package for developing distributed applications based on message passing. A compiler converts protocol descriptions into skeletal message base classes. You override base class run() methods to provide appropriate message handlers. Then when a message is received on an OmniSocket, the socket creates and runs an OmniMessage of the appropriate type, thus relieving you from writing code to perform socket input, data unmarshalling, and message dispatching.

Posted by Richard Bockenek 2003-01-11
MongoDB Logo MongoDB