Is it possible to access a name server w/ no SSL and yet require SSL access to the object that it returns? For example: ORB orb = createORB(args, props);
Im fairly new to the world of corba... okay, fine... i admit i've read a few things here and there about corba just last week. ;) my question: is there any available java rt-corba orb?
I'm developing a server in C++ that use TAO 1.4.3. The client use Sun j2sdk 1.4.2. When the client calls a simple method on the server that returns a wstring, the string appears as nonprintable characters in the Sun netbeans debugger. According to the documentation, both corba ...