Reputation: 5243
I have published my skeleton application as a API (jar file), Then how it use with C# client application (stub application). That mean is there any way to populate or use my skeleton application's DTO etc objects with C#. Thanks.
Upvotes: 1
Views: 1273
Reputation: 39306
You can do it through IKVM
Here's there page: http://www.ikvm.net/
IKVM.NET is an implementation of Java for Mono and the Microsoft .NET Framework. It includes the following components:
A Java Virtual Machine implemented in .NET A .NET implementation of the Java class libraries Tools that enable Java and .NET interoperability
Upvotes: 3