1

I am working on a project related with Auction. Spring+JPA+EclipseLink I have to use Gemfire as cache. So I want to know whether it is possible or not? And if possible which configuration I need to add? i.e. JAR FILES to be add, ENVIRONMENT VARIABLES to be set,property to be add in PERSISTENT.xml etc. If you have any working example, it will be a great help.

Thanks in Advance, Tushar Dodia

Alan
  • 7,066
  • 5
  • 30
  • 38
tushar
  • 75
  • 4

1 Answers1

0

Gemfire should be able to cache any Java object, so it should be possible. You should walk through the Gemfire documentation itself, and then check out the Spring Data Gemfire project. David Turanksi, the project lead, has plenty of examples on github.

Alan
  • 7,066
  • 5
  • 30
  • 38