How to call Java code from C#?

后端 未结 4 1586
南方客
南方客 2020-11-27 16:23

We\'ve developed a Java application and would like to use this application from a C# client. The application has dependencies on Spring, Log4j, ...

What would be th

4条回答
  •  野性不改
    2020-11-27 16:40

    There are so many options,

    1. sockets

    2. web services

    3. Message bus

    4. Use a/any database! (sorry if sound silly)

    Here's a discussion which may be handy: https://gridwizard.wordpress.com/2015/01/14/java-and-dotnet-interop

    Really depends on what you're building!

提交回复
热议问题