OmniSockets News
Status: Beta
Brought to you by:
bockenek
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.