mercredi 4 mars 2015

Java EE: reflect elements relationship between beans and class

I'm new to Java EE and just begin to learn Spring, I wonder whether or not there is a way to show the relationship between the beans and the class who uses the beans.


If there is Main.java, beanA.xml and beanB.xml, classA.java and classB.java, I hope to finally get a diagrame who tells the following things:



  1. Main.java calls a beanA who corresponds to classA

  2. Main.java calls a beanB who corresponds to classB


It seems like dependency anaylyse.


Aucun commentaire:

Enregistrer un commentaire