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

Pavel Tupitsyn commented on IGNITE-10100:
-----------------------------------------

[~ivandasch] I've reviewed the patch. It looks good to me in general.

My only concern: do we need annotations and properties? Seems a bit too 
complicated. With C# -> Java service calls we simply require the method name to 
be exactly the same, and properties are not supported, and I think that's fine.

Also, it would be great to ask someone who is an expert on Java services to 
have a look as well.

> Add public Java API to call Ignite.NET services
> -----------------------------------------------
>
>                 Key: IGNITE-10100
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10100
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>    Affects Versions: 2.6
>            Reporter: Alexey Kukushkin
>            Assignee: Ivan Daschinskiy
>            Priority: Major
>              Labels: .NET, sbcf
>             Fix For: 2.9
>
>         Attachments: ignite-10100-vs-2.8.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Ignite wraps .NET services in PlatformDotNetServiceImpl implementing 
> PlatformService interface.
> PlatformService is defined in internal Ignite package 
> apache.ignite.internal.processors.platform.services. It exposes
> {{ invokeMethod(methodName, Object[] params): Object}}
> to call any service method dynamically. Right now there is no Ignite public 
> API to call a PlatformService using static typing.
> We need to develop a public API to call PlatformDotNetServiceImpl using 
> static typing in Java.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to