Skip to content

yannis666/Coherence-JSR-107

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coherence-JSR-107

About

Coherence-JSR-107 is an experimental implementation of JSR107 implemented as an adapter.

Copyright

Copyright (c) Oracle

Getting started

git clone git@github.com:yannis666/Coherence-JSR-107.git
git clone git@github.com:jsr107/jsr107spec
git clone git@github.com:jsr107/jsr107tck
git clone git@github.com:jsr107/RI

Creating a pom.xml at the root will make development easier. For convenience one is included in Coherence-JSR-107.

ln -s Coherence-JSR-107/master-pom.xml pom.xml

For some initial setup please follow the instructions in jsr107/README.md

The build requires maven 3 (3.0.3 or 3.0.4 have been used)

To run the TCK using the Coherence adapter you can use

mvn \
  -Dimplementation-groupId=oracle \
  -Dimplementation-artifactId=coherence.jsr107 \
  -Dimplementation-version=0.1-SNAPSHOT \
  install

About

Experimental JSR 107 adapter for Coherence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages