搜索资源列表
RMIPro
- a computing engine using RMI
RMIprogram
- RMI is short for Remote Method Invokation. The program is for managing conference,including adding, delete and query.
RMImeeting
- eclipse,用RMI 构建一个分布式共享会议议程服务。不同的客户能够使用共享会议议程服务,该服务提供会议的查询、增加和删除功能。会议议程服务器有允许用户注册和撤销会议的功能。具体内容在rar包内的word文档中有较详细的说明。 -a RMI distribute share meeting service,you can regist exit and so on
RMI
- RMI是Java分布式对象技术,可以让位于一个虚拟机上的程序调用位于网络上另一处的虚拟机上的对象的方法。例子程序-RMI is Java distributed object technology, allows the program is located in a virtual machine on the virtual machine on another network is called object. Example program
distributed_clock
- 使用Java RMI实现的分布式时钟,不带图形界面,客户端有模拟时钟和数字时钟,客户端可以在服务器上注册自己的兴趣,比如更新时间间隔-This is a distributed clock application built on Java RMI. Analogue clock and Digital clock are distributed clients which can register themselves on distributed server.
cal
- 一个简单的实现j2ee分布式RMI-iiop协议的例子,在客户端输入两个数,服务器将返回两数之和-A simple implementation of distributed RMI-iiop protocol j2ee example, enter two numbers in the client, the server returns the sum of the two numbers
student_registration_system
- student registration system . This software project is just a part of Student Management System. The software is used by the students to register their courses in the semester through Internet and/or LAN. Remote Method Invocation (RMI) and JDBC tec
14595
- An RMI application that implements some functionality-An RMI application that implements some functionality
envioObjetoViaTCP
- Exemplo de TCP utilizando Java RMI
LDVTFS
- 用RMI实现一个简单的方法调用,可被其他网络机子调用,是本人在学习其间的作品,希望能给大家带来收益,()
Source code
- import java.rmi.*; public class rcli { public static void main(String arg[]) { try { rint rr = (rint)Naming.lookup("rmi://172.16.13.2/rser"); double s = rr.fact(5); System.out.print
Exam 2
- 使用RMI建立一个分布式消息系统。该系统需实现用户注册、查看所有已注册用户信息、给其他用户留言,以及查看其它用户给自己的留言。(Use RMI to build a distributed message system. The system needs to register users, check all registered users' information, leave messages to other users, and view other users' messages
52310762
- Java编程rmi实例,给出远程方法调用技术在java方面的具体例子,()
Login & register RMI
- login rmi program using three tier architecture in java language
num adding switch case
- rmi arithmetic program
rmi addtion
- java rmi program for rmi addition for ip
rmi
- server for simple rmi