Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by marcob

  1. marcob

    How to know an IP address...

    Hi, is there a way (that is a CORBA function or something similar) for a CORBA server to know the IP number (or other kinds of Identifiera) of the clients which connects to it (obtaining it by the request?) ? Thanks, Marco
  2. marcob

    Use of deferred, one way calls, etc...

    Hi, I'm searching for examples of deferred and oneway calls in Java-CORBA. I know it's a general question but if someone of you could show me where I can get an example of these kind of calls he would help me a lot. Thanks, Marco PS Why idltojava compiler stubs don't use these kinds of...
  3. marcob

    To Calahan: this is an example of what doesn't work with my ORB

    Hi, In one of my previous posts I told I have a problem using my Java ORB. The code looks as: import org.omg.CosNaming.*; import org.omg.CORBA.*; public class __main__ { public static String __argomenti__ [] = new String[2]; public static void main(String args[]){ try{ int __count__...
  4. marcob

    Factory Example

    Hi, could you please show me where I can get an example of a CORBA class factory use? Marco
  5. marcob

    More servant at the same type: The ORB uses the first one connected

    Could you be so gentle to show me or to tell me where I can get an example of a Factory use? Marco
  6. marcob

    More servant at the same type: The ORB uses the first one connected

    Hi, I have problem connecting two or more istances of the same servant type; the ORB uses only the first connected to reply to clients. I suppose I have to use NameComponents in a certain way but I don't know how. Could you please show me an example of such a case? Thanks, Marco
  7. marcob

    CORBA - Java Synchronization

    My problem can't be solved using java synchronize; infact I have to use some kind of transaction service under Java SUN's ORB. I have read that the transaction service OTS has been implemented by SUN with the name of JTS; so I have donwloaded it but there's no documentation or example of use. Do...
  8. marcob

    CORBA - Java Synchronization

    Hi, <br>&nbsp;I have a problem using The Sun ORB for Java.<br>I need to guarantee some synchronization between my CORBA<br>objects in order to isolate operations on them as if the were atomic.<br>Is there a Java - CORBA service which does what I mean?<br>If yes, could you show me a simple...

Part and Inventory Search

Back
Top