Skip to content

astefanutti/cdeye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization Toolkit for CDI

Build Status

About

CDEye is a visualization toolkit for CDI. It consists of:

  • A CDI portable extension that provides access to the CDI deployment metadata,
  • A series of RESTful Web Services packaged as a WAR portable to any JAX-RS compliant runtime that expose these metadata,
  • An HTML5 front-end that uses cola.js and D3.js to layout and display the dependency injection graph along with the bean archives structure.

Examples

The following interactive visualization is automatically generated for the Metrics CDI library, you can click on it to see it in action: Click to see it in action!

Another visualization automatically generated for a more complex deployment, just wait until the layout has converged: Click to see it in action!

License

Copyright © 2014-2015, Antonin Stefanutti

Published under Apache Software License 2.0, see LICENSE