InfoQ Homepage Development Content on InfoQ
-
Next Level Redis with Spring
Christoph Strobl explains Redis' Object Hash Mapping and Secondary Indexes as well as the Spring Data Repository abstraction that lets one seamlessly interact with Redis.
-
What's New in Spring Data?
Christoph Strobl and Mark Paluch overview the new features introduced in the latest Spring Data release trains, covering improvements to Commons, JPA, MongoDB, Redis, and the community modules.
-
Where Does Apache Geode Fit in CQRS Architectures?
Eitan Suez explores the question: Where does Geode fit in an organization's system architecture, suggesting one particular fit for Geode in the context of a CQRS architecture.
-
Introduction to Spring Data
Greg Turnquist explains how Spring Data avoids writing data queries by hand and provides the means to avoid SQL lock-in and connect to multiple data stores.
-
Managing Secrets at Scale
Mark Paluch discusses keeping the security bar high while running services that require secrets, securely sharing and managing secrets (certificates, passwords, keys) using Vault and Spring Boot.
-
Modern Web Security, Lazy But Mindful Like a Fox
Albert Yu presents a few viable, usable and effective defensive techniques that developers have often overlooked.
-
Java Buildpack Developer Enhancements
Ben Hale talks about the new support for JMX access, debugging, and profiling.
-
In-Memory Caching: Curb Tail Latency with Pelikan
Yao Yue introduces Pelikan, a framework to implement distributed caches such as Memcached and Redis.
-
Cassandra and DataStax Enterprise on PCF
Ben Lackey and Cornelia Davis start with the use cases for on-demand, dedicated DSE clusters, cover the solution design, and demo the system, touching also the support that Spring has for Cassandra.
-
Writing Your Own Spring Boot Starter
Dieter Hubau explains the workings of a Spring Boot Starter project and goes over the necessary code for creating one using his recently developed starter for integrating Spring Social with Redis.
-
10 Ways to Get Super Productive with Spring Boot
The authors discuss Spring Boot: development cycle with Devtools, H2 web console, persistent web sessions, managing cache, static resources in web apps, evolving a database schema and more.
-
JDK 8: Lessons Learnt with Lambdas and Streams
Simon Ritter starts with a short summary of the key features of both Lambda expressions and streams before moving on to some real world examples of how to use them effectively.