You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/11/01 20:47:00 UTC

[jira] [Commented] (IGNITE-5343) .NET: Interoperate with JVM directly, get rid of C++ layer

    [ https://issues.apache.org/jira/browse/IGNITE-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234724#comment-16234724 ] 

Pavel Tupitsyn commented on IGNITE-5343:
----------------------------------------

Basic mechanism implemented, .NET->Java and Java->.NET direct calls work as expected (without C++ layer).
Refactoring code to the new mechanism.

> .NET: Interoperate with JVM directly, get rid of C++ layer
> ----------------------------------------------------------
>
>                 Key: IGNITE-5343
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5343
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, xplat
>
> We can work with JNI directly using P/Invoke, there is no real need for C++ layer.
> Advantages of removing C++ layer:
> * *No MSVC++ 2010 dependency*
> * *No build tools required for development*
> * Simplify and speed up the build procedure
> * No embedded libraries
> * Easier crossplatform support (IGNITE-2662)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)