Results 1 to 2 of 2

Thread: Navigate spring context import structure

  1. #1
    Join Date
    May 2011
    Posts
    1

    Default Navigate spring context import structure

    Hello,

    My project has a huge depedencies to other projects in my company.
    And my spring configuration file (which contains bean definitions) imports spring configurations of some projects. Those projects in turn imports other projects. Thus, I have such a tree of tree spring configuration which imports each other (actually it can be a graph).

    My question is: Given the name of one spring bean, is there any quick way to search for the configuration file which contains the declaration of that bean.

    SpringSuiteTools allows me to search if I open all of my dependency project in my workspace (including transitive imported project) . However, it's not always possible to import other project to my workspace due to company policy. Besides, if i imports all of them, I have to import a large number of projects and it starts to make my computer very slows.

    Thank you in advance

    Ball

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    Those projects in turn imports other projects. Thus, I have such a tree of tree spring configuration which imports each other (actually it can be a graph).
    OK, a huge amount of dependencies among them

    However, it's not always possible to import other project to my workspace due to company policy.
    But with this restriction you are not able to work correctly, I am afraid you can't, since missing part exists and then they would do not referenced by STS

    Besides, if i imports all of them, I have to import a large number of projects and it starts to make my computer very slows.
    Try to do this same question for this part on SpringSource Tool Suite section, perhaps some tips about performance you could get
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

Posting Permissions

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