Ice 2.0 的Hello World
昨天看了Ice的介绍后,今天试用了一下Ice。
我按照Ice的手册试验了C#的HelloWorld和Python的HelloWorld。
感觉还可以,不过只是基于.NET平台的话,没有.NET Remoting开发方便的。
整个开发步骤就是:
1. Write a Slice definition and compile it.
2. Write a server and compile it.
3. Write a client and compile it.
我还试验了C#作Server,Python作Client 感觉很Cool。截图如下:
我按照Ice的手册试验了C#的HelloWorld和Python的HelloWorld。
感觉还可以,不过只是基于.NET平台的话,没有.NET Remoting开发方便的。
整个开发步骤就是:
1. Write a Slice definition and compile it.
2. Write a server and compile it.
3. Write a client and compile it.
我还试验了C#作Server,Python作Client 感觉很Cool。截图如下: