Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghillert/coherence-spring-session-jetty-demo

This Coherence Spring demo uses Spring Framework ONLY (No Spring Boot)
https://github.com/ghillert/coherence-spring-session-jetty-demo

Last synced: about 7 hours ago
JSON representation

This Coherence Spring demo uses Spring Framework ONLY (No Spring Boot)

Awesome Lists containing this project

README

        

# Coherence Spring Session Demo (Spring Framework)

This Coherence Spring demo uses Spring Framework ONLY (No Spring Boot)
and deploys as a WAR file.

## Overview

The example application connects to a remote Coherence cluster using
Coherence*Extend and POF serialization.

## Prerequisites

You will need a running instance of a remote Coherence cluster. You can
use the following project to start a Coherence cluster locally:

https://github.com/ghillert/coherence-spring-session-server

That server application is Spring Boot based.

## Running the Application

To run the application, execute the following command:

```bash
mvn clean package
```

This will create a WAR file in the `target` directory. Deploy this WAR
to a Servlet container such as Jetty 9.