An ORB ships with Java--has since 1.2. Find a Java ORB tutorial, give that a shot. My guess is it'll work as long as you're asking it to be a client--asking the Android device to be a server will probably fail for all the reasons Mark lists below.
Java RMI/IIOP should also work, as would RMI/JRMP, which is probably easier to write. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: [email protected] [mailto:android- > [email protected]] On Behalf Of Mark Murphy > Sent: Saturday, June 19, 2010 7:03 AM > To: [email protected] > Subject: Re: [android-developers] Android & Corba > > On Sat, Jun 19, 2010 at 9:51 AM, Squ36 <[email protected]> > wrote: > > I just have a quick question. Is it possible to use CORBA in an > > Android app ? Because I learned how to use it at school > > I am hoping that you learned it 15 years ago, back when it was popular. > > > and I was > > wondering if I could use it with Android to create multi-users > > applications/games without using a server... > > Many mobile carriers do not give phones public IP addresses, using NAT > and firewalls. It is highly unlikely that you will be able to > establish direct peer-to-peer connections between phones over 3G. For > devices working on a private LAN, it is far more realistic. > > http://en.wikipedia.org/wiki/Network_address_translation > > But, if you can find an open source CORBA library for Java and can > port it to run on Android (may take no effort or a lot), you are > welcome to experiment with it. > > -- > Mark Murphy > CommonsWare > [email protected] > http://commonsware.com > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android- > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

