Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Java : Articles and Tutorials : RMI


Categories

Activation (5)
Articles related to the RMI Activatable class
Links
  • Networking our whiteboard with Java 1.1 - Discusses the networking side of a whiteboard application, allowing multi-user collaboration over the Internet. Implements two different networking layers -- one based on traditional TCP sockets and servers, and another based on RMI.
  • RMI Enhancements - RMI has several new enhancements with JDK 1.2, including support for persistent references to remote objects, custom socket factories, and minor API enhancements. (JavaSoft)
  • Subject-oriented programming through RMI - Describes a design pattern based on Java's Remote Method Invocation (RMI). This pattern easily and generically facilitates building software for the "shared experience".
  • The Scoop on RMI and SSL - In response to frequent discussions on RMI and SSL, the RMI group here at Sun is providing a page that tells the complete RMI/SSL story. Common questions and answers about SSL and RMI.
  • Trail: RMI - This trail provides a brief overview of the RMI system and then walks through a complete client/server example that uses RMI's unique capabilities to load and to execute user-defined tasks at runtime.

Prev 20