首页 相关文章 Java CORBA入门

Java CORBA入门


  Below is a simple example of a CORBA program
  download the source file
  
  b1. prodUCe a idl file like this/b
   hello.idl
   module HelloApp {
   interface Hello {
   string sayHello();
   };
   };
  
  b2. produce stub and skeleton files through idltoJava.exe/b
   idltojava hello.idl
   idltojava is now named as idlj.exe and is included in the JDK.
  
  b3. write a server program like this /b
  
  // HelloServer.java
  
  import HelloApp....[ 查看全文 ]

2016-02-19 标签:

Java CORBA入门的相关文章

手机页面
收藏网站 回到头部