RMI

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

Articles
  

Articles:
  • The New RMI by Krishnan Viswanath   - [Clicks: 98]
    Introduced with Java 1.1, RMI has been steadily evolving with every major release and has seen the introduction of three new important features with the release of Java 5.0. The new features include support for dynamic stub generation, RMI over SSL, and the ability to launch a Java RMI sever as an extended Internet service (xinetd) daemon in Unix systems. In this article we will cover these additions.
    http://today.java.net/pub/a/today/2005/10/06/the-new-rmi.html - Oct, 2005
  • Service-context propagation over RMI: Implementation follow-up by Wenbo Zhu   - [Clicks: 35]
    This follow-up article addresses implementation concerns of Wenbo Zhu's JavaWorld article "Service-Context Propagation over RMI," (January 2005). In this article, Zhu describes a concrete framework implementation and elaborates on some important technical aspects. While his previous article mainly discusses concepts, this article focuses on design and implementation. Related source code has been posted on SourceForge.net and named "extrmi" (extended Remote Method Invocation). Interested readers can use the published open source implementation as a simple framework library in related system design. New features, such as common purpose interceptor libraries, will be released in the future.
    http://www.javaworld.com/javaworld/jw-04-2005/jw-0404-rmi.html - Apr, 2005
  • New Protocol Offers Simple, Efficient Java RMI by Edmon Begoli   - [Clicks: 60]
    Burlap/Hessian is an alternative remote object invocation and Web services protocol that's available as an open source Java framework. Learn how it enables simpler, more efficient Java RMI.
    http://www.devx.com/Java/Article/27300 - Feb, 2005
  • Service-context propagation over RMI by Wenbo Zhu   - [Clicks: 22]
    CORBA supports the passing of service-context information implicitly with requests and replies over remote object interface invocation. Without instrumenting the underlying protocol, Java RMI (Remote Method Invocation) can't easily support transparent service-context propagation. This article describes a simple and efficient design approach for supporting such capability over RMI. In building RMI-based distributed applications, such an approach can serve as a basic building block for implementing infrastructure-level functions, such as transaction, security, and replication.
    http://www.javaworld.com/javaworld/jw-01-2005/jw-0117-rmi.html - Jan, 2005
  • Understanding Java RMI Internals by Ahamed Aslam.K   - [Clicks: 106]
    Gain an understanding of the low-level details about Java RMI and RMI Internals.
    http://www.developer.com/java/ent/article.php/3455311 - Jan, 2005

[Top]