SnoopEE is an experimental registration and discovery service for Java EE based microservices.
-
Start the SnoopEE Discovery Service
docker run -it -p 8081:8080 ivargrimstad/snoopee-service
-
Start the example applications (in same or different containers)
snoopee-hello
For convenience available as docker image:
docker run -it -p 8091:8080 ivargrimstad/snoopee-hello
snoopee-world
For convenience avilable as docker image:
docker run -it -p 8092:8080 ivargrimstad/snoopee-world
snoopee-swarm
Packaged as Wildfly Swarm JAR
java -jar target/snoopee-hello-swarm-1.0.0-SNAPSHOT-swarm.jar
snoopee-helloworld
This application is built using JSR 371 (MVC 1.0). That means that it currently only runs latest versions of GlassFish or Payara. The current configuration has been tested on Payara 4.1.153.