RE: corba on linux

2002-09-26 Thread magnus . lundin
Hello, Look in the /etc/hosts file. The default is something like: 127.0.0.1localhost localhost.localdomain myhostname It should however look like this: 127.0.0.1localhost localhost.localdomain x.x.x.x myhostname Where x.x.x.x is the machines IP address and myhostname is the machin

Re: CORBA advice

1999-10-31 Thread Aaron Mulder
I've used Orbacus, which may not be the most feature-complete, but is all Java and works great on Linux. Aaron On Sun, 31 Oct 1999, Paul Gearon wrote: > Hi, > I've been mostly using C++ bindings for CORBA until now, but I'd like to > start writing in Java. Does anyone know a reasonable

Re: Corba

1999-03-23 Thread Troy Wu
On Tue, 23 Mar 1999, Chee Foong wrote: java code. You can look into the java code and you will realized that they will not be much more work converting idl to java code by hand. Actually, this isn't quite true. The _YourClassOperations.java files are rather simple--they are just interfaces

Re: CORBA sites

1998-07-29 Thread Carlos Cassino
Try ORBacus (http://www.ooc.com/ob), it is CORBA-2 compliant and is free for non-commercial use. Available with source code. Best regards, -- Cassino

Re: CORBA sites

1998-07-29 Thread Tom Valesky
Actually, if you're already doing Java and just want to get your feet wet with CORBA, JDK 1.2 contains a CORBA transient name source and an IDL compiler (actually, I'm not sure if idltojava comes with JDK 1.2, but it's downloadable from somewhere or other). That's probably the path of least resis

Re: CORBA sites

1998-07-29 Thread son
try visigenic. they don't have a linux distribution but the orb is written in java. just get the solaris and hpux distribution and hack the install script or install it on the hpux/solaris machine and ftp the classes to your linux box. it works great for me. visigenic is not free but you can eva

re: CORBA sights

1998-07-29 Thread David Tarendash
I havent USED this product (omniORB 2), but if its half as good as their Virtual Network Computing(VNC), it should be great. David Tarendash Market News Service http://www.orl.co.uk/software.html Richard Jones wrote: > < > > PS. I'm still looking for a freeware Java ORB. Any suggestions?

Re: CORBA sites

1998-07-29 Thread Joe Carter
Richard Jones wrote: > 8< > > PS. I'm still looking for a freeware Java ORB. Any suggestions? > Try the Free CORBA page at http://adams.patriot.net/~tvalesky/freecorba.html I'd be interested in recommendations from this lot... -- Joe Carter Software Engineer Brite Voice Systems Ltd, Ga

Re: CORBA sites

1998-07-29 Thread Richard Jones
[EMAIL PROTECTED] wrote: > > Hi All > > I am a Java Developer > Now I want to learn CORBA > > Can u suggest some good sites on WEB where I can get more Info. A good place to start is http://www.omg.org/ This is the standards body that defines CORBA, and you can download the whole spec for free