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
There are so many options,
sockets
web services
Message bus
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!