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

Liu Jingyuan updated IGNITE-8442:
---------------------------------
    Description: 
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,]

  was:
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 entity structure as below:

 

User

{   

Long id;

String userName;  

Map<String,Object> extAttributes;  

List<String> phoneNums;

... ...

}

 

Could you tell me an example how to implement it?


> 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