/commented by sergey kozlov/ Hi MadhavA.
Please take a look on code pasted in http://pastebin.com/0LnDCAjt. Briefly about the code: Ignite and cache configuration defined in Node.java Server node creates new cache (if one doesn't exist) named 'mycache' and checks its size every 5sec. Client node puts into 'mycache' new values and exits but server nodes have the content because the replication cache means full copy of content on each node. Note: you should define ip address of node via command-line. ----- /This post is migrated from now discontinued Apache Ignite forum at http://apacheignite.readme.io/v1.0/discuss/ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Distributed-in-memory-only-cache-XML-for-non-Spring-users-tp193p196.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
