我想在带有 JPA+Spring+EclipseLink 的应用程序中使用 gemfire
我正在做一个与拍卖相关的项目。 Spring+JPA+EclipseLink 我必须使用 Gemfire 作为缓存。所以我想知道是否可以?如果可能的话我需要添加哪些配置?即要添加的 JAR 文件、要设置的环境变量、要在 PERSISTENT.xml 中添加的属性等。如果您有任何工作示例,这将是一个很大的帮助。
提前致谢, 图沙尔·多迪亚
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Gemfire 应该能够缓存任何 Java 对象,所以它应该是可能的。您应该浏览一下 Gemfire 文档本身,然后查看Spring Data Gemfire项目。项目负责人 David Turanksi 在 github 上有大量示例。
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.