• PREFER TO LEARN FROM
    EXAMPLES?
    From simple ones, to complete apps

Featured Examples


Sock Shop

Our flagship example application shows you not only how easy it is to develop Coherence-based microservices with Spring, Micronaut, or Helidon, but also how to deploy them to Kubernetes using Coherence Operator, and monitor them using Prometheus, Grafana and Jaeger.

Spring Micronaut Helidon

Coherence Demo

The main "pure" Coherence demo application showcases many general features, as well as scalability and HA capabilities of Coherence:

  • Clustering and Data Sharding
  • Scalability and High Availability
  • Persistence to Disk
  • Parallel Queries and Aggregation
  • In-Place Processing
  • Multi-Data Center Federation (Grid Edition feature only)
  • OpenTracing Support
View on GitHub

To Do List

An extension of the Quick Start that adds various client implementations (React.js, Oracle JET, JavaFX), as well as the additional REST API implementation (Node.js/Express). It demonstrates how the same Web Server that is used to host REST API can be used to serve modern static web front ends.

The entire application is documented in detail in a series of articles published in the Java Magazine:

View on GitHub