-
Oct 21st, 2011, 02:47 AM
#1
Diff between ClassPathResource & ServletContextResource.
Can someone please tell me what exactly is the diff between a ClassPathResource & a ServletContextResource?
-
Oct 24th, 2011, 01:42 AM
#2
What does the name tell you...
ClassPathResouce - reads resources from the class path (javadoc).
ServletContextResouce - reads resources from the web app root (javadoc).
Tags for this Thread
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