Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default perl corba client

    I run a server, written in java, to which I need to connect using perl via CORBA2.
    Any module recommendations ?
    My version of Java:
    > java -version
    java version "1.4.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-39)
    Java HotSpot(TM) Client VM (build 1.4.1_01-14, mixed mode)
    Jerome Sui Guest

  2. Similar Questions and Discussions

    1. Calling .Net web service using a PERL client.
      I need to call a .Net web service that takes an array or object as a parameter from a PERL client. I have been trying to use the PERL SOAP::Lite...
    2. Corba vs SOAP
      Can somebody give me short description why SOAP is simpler than CORBA!
    3. what is similar to CORBA in .Net
      Hi all, I need to build a distributed application. I'm confused on what technology to use to develop my project. Ideally I would use CORBA,...
    4. Running Perl as a Mail Client
      How would I go about creating a perl script to act as a mail client? Is there a good module for this? More specifically, I am trying to create a...
    5. druby vs CORBA vs java-RMI
      On Sunday, June 29, 2003, 5:44:47 AM, gabriele wrote: I can't help you with the Ruby, but I will with the English. There's no such...
  3. #2

    Default Re: perl corba client

    Quote Originally Posted by Jerome Sui View Post
    I run a server, written in java, to which I need to connect using perl via CORBA2.
    Any module recommendations ?
    My version of Java:
    java version "1.4.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-39)
    Java HotSpot(TM) Client VM (build 1.4.1_01-14, mixed mode)
    use opalORB : http://opalorb.sourceforge.net/
    It' fully compatible and written in perl
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139