项目作者: renyming

项目描述 :
A distributed system using Java CORBA framework, with hybrid UDP communication between servers.
高级语言: Java
项目地址: git://github.com/renyming/Distributed_Class_Management_System.git


Distributed Class Management System

A distributed system using IDL and Java CORBA framework, with hybrid UDP communication between servers.

Usage:

  1. Start Java orbd

    1. start orbd -ORBInitialPort 1050
  2. Start Center Server

    1. java CenterServer -ORBInitialPort 1050 -ORBInitialHost localhost
  3. Start Manger Client

    1. java ManagerClient -ORBInitialPort 1050 -ORBInitialHost localhost