Parsing java source code - easysoa/EasySOA GitHub Wiki
Discovery by Browsing allows to automatically extract known services, implementations and consumptions from source code (for now, Java) by analyzing it at compilation time (for now, Maven).
Here is some information it extracts about service implementations, as seen in the Service Browsing UI :
img/20131112_release/easysoa_fct_outils_implementation.png
Here are a few resources :
- source code
- plugin documentation
- sample configuration taken from the AXXX Use Case
- simpler sample : 1 & 2