About Me

Love JAVA related technologies. Recently researching on Enterprise Integration (SOA and Messaging), Mobility and Big Data. I have working in JAVA related technologies as Software Architect, Enterprise Architect and Software Developer/Engineer for over 11 years. Currently, I am working as Senior Consultant of VMWare Inc.

Wednesday, March 20, 2013

GemFire tutorial (Embedded-API)

This tutorial demonstrates how to use embedded GemFire with Local Region. Region – logical grouping of data, it implements the java.util.Map, data are stored in key value pair Local Region– no peer to peer activity
    • Client region
      Data are hosted privately not visible to other cache member
  • There are only two files created for this Tutorial; FoodDish (Domain object), EmbeddedGemFireTest entry class pom.xml FoodDish EmbeddedGemFireTest

    No comments: