Skip to content

Provides rest interface for polling app-config-app changes. Written in Java and build with Maven.

Notifications You must be signed in to change notification settings

addisonlee/app-config-java-poller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0679cde · Feb 5, 2020

History

49 Commits
Apr 22, 2013
Feb 5, 2020
Apr 22, 2013
Dec 21, 2012
Mar 4, 2014
Apr 22, 2013
Dec 21, 2012

Repository files navigation

app-config-java-poller

The core module provides a java polling library which can be embedded in a java application which uses Logan Mcgrath's https://github.com/lmcgrath/app-config-app. See http://loganmcgrath.com/blog/2012/11/16/scm-backed-application-configuration-with-perforce/ for more background information.

The example-piano-webapp module shows an example of how the java poller can be used to detect configuration changes made in the app-config-app.

Build

$ mvn install

Running the example piano webapp

First, run Logan Mcgrath's <https://github.com/lmcgrath/app-config-app>, then:
$ cd example-piano-webapp
$ mvn jetty:run

Then open http://localhost:8080/ to start playing with the piano. Make instrument changes in the app-config-app and observe that the piano switches to the new instrument.

About

Provides rest interface for polling app-config-app changes. Written in Java and build with Maven.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published