Skip to content

使用的zeroC ice版本是3.7.2,这个是从官方的icebox Demo中摘取出来的,大家一起参考学习,有问题的可以提出来。 service中增加了server的main,并打包为jar包,可以直接java -jar target/service.jar来执行。

Notifications You must be signed in to change notification settings

jhhe66/MyIceBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyIceBox

使用的zeroC ice版本是3.7.2 这个是从官方的icebox Demo中摘取出来的,大家一起参考学习,有问题的可以提出来。 service中增加了server的main,并打包为jar包,可以直接java -jar target/service.jar来执行。

This demo shows how to create an IceBox service.

To run this demo, open two terminal windows. In the first window, start the IceBox service.Server:

java -jar build/libs/iceboxserver.jar --Ice.Config=config.icebox

In the second window, run the client:

java -jar build/libs/client.jar

To shut down IceBox, use IceBox.Admin:

java IceBox.Admin --Ice.Config=config.admin shutdown

About

使用的zeroC ice版本是3.7.2,这个是从官方的icebox Demo中摘取出来的,大家一起参考学习,有问题的可以提出来。 service中增加了server的main,并打包为jar包,可以直接java -jar target/service.jar来执行。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published