搜索资源列表
wqsrmi
- Java RMI 编程, 实现远程方法调用, 接口提供了一些功能, 通过注册并创建实例来远程调用用户需要的服务.-Java RMI programming, Remote Method Invocation, Interface provided some functions, and created examples distance call service user needs.
Exercise 5
- Java Corba编程, 是将java 和 corba 结合在一起来实现远程方法调用. corba 比 rmi 应用的更广泛.-Java programming, java and corba will combine to achieve remote method invocation. Corba than rmi applications more extensive.
RMI入门例子
- RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布式计算的效果。上传文件里有详细的部署和使用说明,在win2000上测试通过。-RMI (Java Remote Method Invocation) : this example to achieve the client interface to the remote server computing issued request, t
我的服务器程序
- 这是一个用java编写的基于RMI的远程方法调用-This is a preparation using java-based RMI Remote Method Invocation
sshtools-j2ssh-0[1].0.2-alpha-src
- Sshtools 是一个纯Java实现的SSH2协议,提供了底层传输,认证和连接协议,高层协议有会话,远程命令执行,文件传输和端口前递-Sshtools is a pure Java Implementation of SSH2 agreement to provide the underlying transmission, authentication and access agreements and high-level agreement conversation, remote co
webconf
- 这是一个java编写的远程教学系统的代码。jar文件。。可以供参考-This is a java prepared by the distance education system code. Jar files. . For information, it
rmi111111
- 一个实现远程方法调用的JAVA程序,包含一个服务器端和一个客户端。-a remote method invocation Java procedures, including a server and a client.
java_CORBA
- java CORBA,远程方法调用实现的小程序-java CORBA, Remote Method Invocation of small programs to achieve
vnc-4_1_2-winsrc
- 开源的远程控制软件VNC的最新源代码4.1.2版.内含vnc server, vnc viewer, java vnc viewer. 欢迎大家编译使用.-revenue VNC remote control software to the latest version 4.1.2 source code. Intron vnc server , vnc viewer, java vnc viewer. Welcome compiler used.
wakeonlan-1.0.0.zip
- 网络远程开机java源码,通过网络向指定mac地址发生一个特定格式数据包,进行网络开机。说明,网卡和主板需要支持。
B4Jserver+client
- 基于jrdc2的远程数据库的服务器和客户端的开发源代码,已经调试通过