java - how to view class diagram for a spring project using spring IDE -
i working on project based on spring framework , dependencies have been defined in xml files beans. need see diagram of classes , dependencies between them using spring ide . tool can show diagram of classes dependencies have been defined in xml beans. can 1 me in knowing how that. how can see class diagram using spring ide..
thanks in advance
if using springsource tool suite (sts) can view spring explorer view selecting project , right click on app-config xml file , select "open dependency graph".
to open spring explorer view follow: window->show view -> other -> spring -> spring explorer
i hope halped you. :)
Comments
Post a Comment