Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ghillert/coherence-spring-session-jetty-demo
- Owner: ghillert
- License: apache-2.0
- Created: 2024-01-10T22:49:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T07:37:02.000Z (6 months ago)
- Last Synced: 2024-04-30T08:44:28.296Z (6 months ago)
- Language: Java
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.