Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreIt is my pleasure to announce the release of Spring Boot for Apache Geode & Pivotal GemFire/Pivotal Cloud Cache (SBDG) 1.1.0.RC1
.
This is the 1st of 2 release candidates before the final GA, tentatively scheduled for Wednesday, August 14th, 2019. Be on the lookout for the SBDG 1.1.0.RELEASE then.
You make acquire the new SBDG 1.1.0.RC1
bits from Spring’s libs-milestone
repo here, or by declaring the following dependency declaration in your Maven POM:
Maven Dependency
<dependency>
<groupId>org.springframework.geode</groupId>
<artifactId>spring-geode-starter</artifactId>
<version>1.1.0.RC1</version>
</dependency>
The theme of the 1.1.x release line has once again been focused on developer productivity using the amazing power of Spring Boot combined with effective use of Apache Geode.
One of the easiest, quickest ways to get started using modern, Cloud-Native Data Access Technologies (and patterns) in your enterprise application architecture is to start by leveraging Apache Geode as a caching provider in Spring’s Cache Abstraction. It is truly the least invasive approach to introducing a modern, scalable data stack, like Apache Geode, in your enterprise application architecture.
Indeed, caching is a very powerful design pattern allowing you to make more effective use of system resources and prolong the life of legacy data management systems (e.g. RDBMS).
In the 1.1.0.RC1
release, we include a new Sample that builds on the Look-Aside Cache pattern and introduces you Inline Caching.
Tip
Of course, if you have not done so already, you should first read the Guide on Look-Aside Caching. It includes example code as well.
Since we are focused on the topic of caching in the 1.1.x
release series, we will round out our discussion on caching by talking about one more caching design pattern… Near Caching in the 1.1.0.RC2 release, coming up next.
Finally, in the 1.1 GA, we will talk about a common Use Case for caching, HTTP Session state caching, and how Spring Session makes short work of that.
As always, we want to hear from you on how we are doing. Your feedback is highly important in helping us shape the product to help you achieve your desired outcomes.
Also don’t forget SpringOne Platform 2019 is just around the corner. Don’t miss out!
Issues | PR | StackOverflow