dm Server Repository Content via JMX
In the dm Server 2.0.0.M1 release we added support for shared repositories. As a followup to this new functionality, we've added support for browsing those repositories via JMX.
Connecting to a running dm Server instance with a JMX client now shows you a Repository group. Under this group, each configured repository (with the exception of chained repositories) has a bean that returns synopses of all of the artifacts contained inside. The bean also exposes a method for returning the entire, detailed ArtifactDescriptor for a given bean based on it's type, name, and version.
Obviously, something like JConsole is mostly useful for displaying small targeted amounts of data. For larger datasets, the AMS team is currently working on visualization that is a bit easier on the eyes.