I don't think that supporting ClassPathResources should be fundamentally more difficult than FileSystemResources. Since you're parsing the files yourself, it should just be a matter of using a...
Type: Posts; User: ct7; Keyword(s):
I don't think that supporting ClassPathResources should be fundamentally more difficult than FileSystemResources. Since you're parsing the files yourself, it should just be a matter of using a...
Our development effort is using Spring and Eclipse and would like to use Spring-IDE to verify the Spring configuration files that we build. We prefer to load Spring configuration files from the Java...