文件名称:ex01
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-01-22
- 文件大小:
- 30kb
- 下载次数:
- 0次
- 提 供 者:
- rea****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.1 作业描述
设计一个生成和显示时间的分布式应用程序,实现以下功能:
1、 一个服务器生成时间,并在多个不同节点的客户端上显示。
2、 客户端有多种时间显示方式,如模拟时钟、数字时钟。
1.2 作业要求
下面是设计时需要满足的四个要求:
1、 打破客户端和服务器开发过程中的紧耦合。
2、 打破客户端和服务器运行时的紧耦合,即不需要固定的机器,不限制客户端的数目等。
3、 允许客户端显示不同的事件。
4、 使用RPC机制或RMI机制。
-1.1 Design a job descr iption to generate and display time distributed applications, the following functions: 1, a time server generates and displays on the client several different nodes. 2, the client has a variety of time display, such as an analog clock, a digital clock. 1.2 Operating Requirements The following is required to meet four design requirements: 1, breaking client and server development process tightly coupled. 2, breaking the tight coupling client and server runtime that does not require a fixed machine, does not limit the number of clients and so on. 3, allows clients to display different events. 4, using the RPC mechanism or RMI mechanism.
设计一个生成和显示时间的分布式应用程序,实现以下功能:
1、 一个服务器生成时间,并在多个不同节点的客户端上显示。
2、 客户端有多种时间显示方式,如模拟时钟、数字时钟。
1.2 作业要求
下面是设计时需要满足的四个要求:
1、 打破客户端和服务器开发过程中的紧耦合。
2、 打破客户端和服务器运行时的紧耦合,即不需要固定的机器,不限制客户端的数目等。
3、 允许客户端显示不同的事件。
4、 使用RPC机制或RMI机制。
-1.1 Design a job descr iption to generate and display time distributed applications, the following functions: 1, a time server generates and displays on the client several different nodes. 2, the client has a variety of time display, such as an analog clock, a digital clock. 1.2 Operating Requirements The following is required to meet four design requirements: 1, breaking client and server development process tightly coupled. 2, breaking the tight coupling client and server runtime that does not require a fixed machine, does not limit the number of clients and so on. 3, allows clients to display different events. 4, using the RPC mechanism or RMI mechanism.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DSproject\.classpath
.........\.project
.........\.settings\org.eclipse.jdt.core.prefs
.........\bin\timer\Time.class
.........\...\.....\TimeClient$GraphicClient$1.class
.........\...\.....\TimeClient$GraphicClient$2.class
.........\...\.....\TimeClient$GraphicClient$3.class
.........\...\.....\TimeClient$GraphicClient.class
.........\...\.....\TimeClient.class
.........\...\.....\TimeClientClock$ClockCanvas.class
.........\...\.....\TimeClientClock$GraphicClient$1.class
.........\...\.....\TimeClientClock$GraphicClient$2.class
.........\...\.....\TimeClientClock$GraphicClient$3.class
.........\...\.....\TimeClientClock$GraphicClient.class
.........\...\.....\TimeClientClock.class
.........\...\.....\TimeProvider.class
.........\...\.....\TimeServer$GraphicServer$1.class
.........\...\.....\TimeServer$GraphicServer$2.class
.........\...\.....\TimeServer$GraphicServer$3.class
.........\...\.....\TimeServer$GraphicServer$4.class
.........\...\.....\TimeServer$GraphicServer.class
.........\...\.....\TimeServer$TaskTicker.class
.........\...\.....\TimeServer.class
.........\src\timer\Time.java
.........\...\.....\TimeClient.java
.........\...\.....\TimeClientClock.java
.........\...\.....\TimeProvider.java
.........\...\.....\TimeServer.java
.........\bin\timer
.........\src\timer
.........\.settings
.........\bin
.........\src
DSproject