CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - RMI server

搜索资源列表

  1. RMI入门例子

    0下载:
  2. RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布式计算的效果。上传文件里有详细的部署和使用说明,在win2000上测试通过。-RMI (Java Remote Method Invocation) : this example to achieve the client interface to the remote server computing issued request, t
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:86720
    • 提供者:李俊
  1. coursesystem

    0下载:
  2. 课程成绩管理程序,用Java RMI实现,具有以下功能: 1.客户端能够录入课程名称、课程编号、授课教师、学号、学生名称、学生成绩; 2.客户端能够按照课程名/课程编号或者学生名称/学号查询成绩; 3.对于成绩不及格的同学,服务器端可以用回调方法通知学生补考时间和地点。 -courses results management process, using Java RMI, has the following functions : 1. Client programs can
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:17451
    • 提供者:li
  1. RMITest

    0下载:
  2. 包括继承Remote接口,服务器端提供远程对象,客户端来调用这一远程对象,基本体现了RMI的基本功能。-including inheritance Remote interface server for remote objects, the client calls to the remote object. basic reflects the RMI's basic functions.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:24133
    • 提供者:yxj
  1. RMIexample

    0下载:
  2. 这个一个远程方法调用(RMI)例子,客户端获取上次登陆的时间.这里的服务器要连上 sqlServer,来存储不同用户登陆的时间.-this a remote method invocation (RMI) example, client access to the last landing time. here the server to connect sqlServer. different users to store landing time.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:117077
    • 提供者:邹文科
  1. chat-chapter3

    0下载:
  2. 第一,编译RMI存根(stub)和框架(skeleton)文件。 第二,编译上面所有的类文件,将服务器和客户端编译生成的.class文件打包。 第三,启动服务器。 第四,启动客户端。 执行命令java chatclient.ChatClient -jar ChatClient.jar启动客户端程序。选菜单\"File/Connect\"输入服务器地址和用户名,成功连接到服务器后,就可以聊天了。-first, compilers RMI stubs (stub) and Frame
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:10302
    • 提供者:浦嘉琪
  1. xingzuo

    1下载:
  2. rmi 实现的星座查询,可以查询不同星座的特点 首先执行server.bat 然后执行client.bat
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:23789
    • 提供者:clara116
  1. 关于实现加法的rmi的例子

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的rmi例子,此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client rmi example, the examp
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8273
    • 提供者:郑云洲
  1. 较为复杂的rmi的例子

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的rmi例子,这个例子较为复杂。此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client rmi example,
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7845
    • 提供者:郑云洲
  1. NBrokerTool_ja

    0下载:
  2. 名称:RMI BrokerTool简介:使用RMI编程,服务端和客户端的BrokerTool。 完整实现所有功能,包括stock 和 portfolio。 MVC范式,,RMI带回调,客户端同步刷新。内容:src文件夹 -- 所有源代码 server.bat -- 服务端 client.bat -- 客户端-RMI BrokerTool -Name: the RMI the BrokerTool Profile,: programming using RMI server and clien
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:14049
    • 提供者:郭娟
  1. distributed_clock

    0下载:
  2. 使用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.
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:26753
    • 提供者:tx
  1. cal

    0下载:
  2. 一个简单的实现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
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:7131
    • 提供者:lifei
  1. java-rmi-server

    0下载:
  2. java rmi远程调用服务器搭建,rmi具体实现步骤说明,- java rmi remote call server build, rmi specific implementation steps described
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:5084
    • 提供者:王倩
  1. rmi

    0下载:
  2. server for simple rmi
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:6318080
    • 提供者:ddc97
搜珍网 www.dssz.com