Snoop..what…?
An explanation may be in order. Snoop is an experimental open source discovery service for Java EE that I created as a demo for my presentation at JavaLand earlier this year. After that I have developed it a little further and now I deem it good enough to be showcased more publicly.
The artifacts are published in Maven Central and has the following coordinates:
<dependency> <groupId>eu.agilejava</groupId> <artifactId>snoop</artifactId> <version>1.0.0</version> </dependency>
<dependency> <groupId>eu.agilejava</groupId> <artifactId>snoop-client</artifactId> <version>1.0.0</version> </dependency>
The Snoop Service is also available in Maven Central and for convenience available as a Docker image.
$ docker run -it -p 8081:8080 ivargrimstad/snoop-service:1.0.0
The GitHub project contains the source code as well as more documentation.