-
Jul 11th, 2012, 11:33 AM
#1
Classpath scanning
Spring can scan classpath for resources, for example you can create ClasspathXMLApplicationContext and load definitions with wildcard like "/package/context-*.xml".
What API is Spring using to get list of resources withing classpath? I looked at Classloader.getResources() and it does not seems to have wildcard support builtin.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules