RMI

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
  

Articles:
  • Call on extensible RMI by Frank Sommers   - [Clicks: 15]
    Remote Method Invocation (RMI) has become a standard communication mechanism between remote Java objects. In spite of that popularity, the lack of a robust security framework has hindered RMI's acceptance for wide-area distributed computing. The latest RMI framework, Jini Extensible Remote Invocation (JERI), introduced as part of the Jini 2.0 release, features a powerful, highly configurable RMI security mechanism. This article presents an extensible RMI overview and demonstrates JERI's configuration features.
    http://www.javaworld.com/javaworld/jw-12-2003/jw-1219-jiniology.html? - Dec, 2003
  • Create distributed services with Java's RMI-framework by Jeff Hanson   - [Clicks: 24]
    RMI allows one Java object to make a call to another regardless of where the second object resides. With RMI, you can create transparent distributed services and applications. Find out how to set up an RMI application in your enterprise.
    http://builder.com.com/5100-6370-5074595.html?tag=sc - Sep, 2003
  • Implement Java-based distributed computing with RMI by Jeff Hanson   - [Clicks: 27]
    The remote method invocation (RMI) framework allows J2EE applications to invoke methods on other Java objects residing in other virtual machines. Find out how to harness this distributed computing functionality in your own Java development.
    http://builder.com.com/5100-6370-5035183.html?tag=sc - Jun, 2003

[Top]