• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java and C++ interoperability

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!

I have a J2EE application on Glassfish application server and a C++ client which uses services provided by this application.

As i have heard, J2EE appication on server can be accessed by C++ client using web services.

Is there another way to achieve interoperability between J2EE and C++?
Maybe some more lightweight remoting protocol?

Thanks in advance!

Best regards
Vasily
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vasily,

yes, there is another protocol: CORBA or IIOP....


You can have a look at this:

RMI-IIOP Programmer's Guide



John
 
Vasily Kukhta
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John, thank you.

Best regards
Vasily
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic