Results 1 to 4 of 4

Thread: missing beans Graph/Dependency Graph

  1. #1

    Question missing beans Graph/Dependency Graph

    Hello,

    I want to view graphically the dependencies between beans. I am using eclipse Juno (4.2) with STS but I couldn't visualize it. How to?

  2. #2
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,640

    Default

    Hey!

    The project should be configured as a Spring project (Configure -> Add Spring Nature). If that is the case, you should configure your Spring XML config files in the project properties (Properties -> Spring -> Bean Support). This enables the Spring tooling to analyse and validate your spring configuration. The third step is to open the Spring XML config file in the Spring Config Editor and switch to the Beans Graph tab.

    If this doesn't work for you, please tell us in a bit more detail what exactly you are doing and what doesn't work. I am sure we can figure out what is going wrong there.

    HTH,
    Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  3. #3

    Thumbs up

    Hey

    It works ! thank you for your prompt reply

  4. #4
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,640

    Default

    Glad to hear that I could help!!! :-)

    Cheers,
    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •