Results 1 to 2 of 2

Thread: Spring Config file in different java projects

  1. #1
    Join Date
    Aug 2007
    Posts
    3

    Default Spring Config file in different java projects

    Hello,

    I have 2 shared Spring configuration file between a web and batch application. These files reside in a separate java project (witch is in my build path). Is there any possibility that I can add this file into spring IDE ? When I'm adding a file with the IDE I only see the current java project content ?

  2. #2
    Join Date
    Aug 2004
    Location
    Frankfurt/Main, Germany
    Posts
    253

    Default

    Quote Originally Posted by pprevill View Post
    Is there any possibility that I can add this file into spring IDE ?
    Make the project with the shared Spring configs to a Spring project and add it to the list of referenced projects of the other Spring projects (web and batch application).
    Then create a set of Spring config files (aka config set) containing the shared configs and the other configs.

Posting Permissions

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