Reputation: 1
I am trying to access a coherence cache using .net client.The cluster is already set up , all I have to do is to access the coherence cache from the client side and get the objects from the cacheservice . As of now I have the coherence dll and the client config .what else should I do ?
Upvotes: 0
Views: 1487
Reputation: 1236
The link included in the other answer is a great start. Basically:
Upvotes: 0
Reputation: 694
You should check the 'Developing Remote Clients for Oracle Coherence' guide, specifically client side configuration:
http://docs.oracle.com/middleware/1212/coherence/COHCG/gs_configextend.htm#BEBEGIAE
Upvotes: 2