| Thread | Last Post | Replies |
|
| ORB.init error (2) | 29 Apr 2004 08:49 GMT | 2 |
We are working with visibroker 5.2 and jdk 1.4 We have at the Application.java (main class) the lines private static org.omg.CORBA.ORB orb = null; orb = com.inprise.vbroker.orb.ORB.init(args,null);
|
| ORB.init error | 28 Apr 2004 16:14 GMT | 2 |
We are working with visibroker 5.2 and jdk 1.4 We have at the Application.java (main class) the lines private static org.omg.CORBA.ORB orb = null; orb = com.inprise.vbroker.orb.ORB.init(args,null);
|
| Complile Error | 27 Apr 2004 14:40 GMT | 1 |
I am fairly new to programming and I am developing an online auto billing system using JAVA / CORBA. The system Is implemented using a 3-tier, distributed architecture. The first tier consists of the user interface implemented as a Java application. The second tier consists
|
| [HELP]JRun 4 | 12 Apr 2004 21:26 GMT | 1 |
I have an old web application connected with c++ corba server through Orbacus library. My environment is: jdk 1.3.1-4
|
| including interface from another IDL | 08 Apr 2004 13:56 GMT | 1 |
Im using idlj.exe that comes with sdk 1.4.2 on WinXP. I have 2 idl files, and I try to "reuse"/include interface following way: //------------------------- // FirstIDL.ild
|
| Quick question on RMI | 03 Apr 2004 17:25 GMT | 1 |
I have a project regarding distributed systems we are allowed to use RPC or RMI. I was researching on RMI and found that there is a new version called RMI over IIOP which helps interoperability with CORBA apps as well as RMI. My question is with this new "version" do people still ...
|