[ 
https://issues.apache.org/jira/browse/IGNITE-8442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Mashenkov resolved IGNITE-8442.
--------------------------------------
    Resolution: Invalid

Please, refer to Ignite User List with a question [1].

 [1] https://ignite.apache.org/community/resources.html

> How to use ignite cache for cross-platform(Java, C++)
> -----------------------------------------------------
>
>                 Key: IGNITE-8442
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8442
>             Project: Ignite
>          Issue Type: Wish
>          Components: binary, cache, platforms
>    Affects Versions: 2.4
>            Reporter: Liu Jingyuan
>            Priority: Minor
>
> I want to use ignite, but our system contains C++ and Java applications.
> C++ write/read a cache, and java read the cache;
> Java write/read a cache, and C++ read the cache;
>  
> The cache main entity is User, which contains List, Map, Contact entity, for 
> example:
>  
> User
> {    Long id; String userName; String password;   Map<String,Object> 
> extAttributes;   List<Contact> phoneNums; ... ... }
>  
> Contact
> {
> Long id;
> String contactType;
> String contactNum;
> }
>  
> Could you tell me an example how to implement it?
>  
> [https://apacheignite-cpp.readme.io/docs/cross-platform-interoperability#defining-cross-platform-type|https://apacheignite-cpp.readme.io/docs/cross-platform-interoperability#defining-cross-platform-type,]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to