Currently I work on a large project divided into multiple subprojects. This allows developers to only download the project they are working on. Needed classes and application context xml files are included within the project's classpath. The problem is that the spring IDE requires the developer to check out all other projects since application contexts cannot be referenced within jar files.
Are there any plans to allow spring IDE to reference application contexts sitting within jar files?
Thanks.
-karl


Reply With Quote
