• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Java / dotnet Interoperability

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

I am writing a Java-Swing application for my company. We are planning to integrate it into an existing Software (a kind of IDE) written in C#, that offers a plugin-interface.

How can this integration be done? Is JNI the right path, or are there any adapter framworks from the M$-side supporting this interoperability?

thx for any hint,

, korol
 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Korol,

Can't really help you with a direct answer, I can just give a warning. There is a book on java/net interoperability, but before you buy, read the revieuws first. It describes .net and it describes Java, but not a real interoperability between the two.

Now back to your question. There are a couple of approaches, currently the most common one is webservices which can be written and used by java and .net.

On the other hand, it may be enough for your application to export xml from one application and import it in the other applciation. That just depends on the type.

regards,
f
 
Ranch Hand
Posts: 995
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I heard of a COM/Java interoperability library.

--
./pope
[the_mindstorm]
 
a wee bit from the empire
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic