- this.getClass().getResource();
- this.getClassLoader().getResource();
- Thread.currentThread().getContextClassLoader().getResource();
- MyClass.class.getResource();
위 4가지의 차이점은 아래 링크 참조.
http://www.javaworld.com/javaworld/javaqa/2002-11/02-qa-1122-resources.html
http://www.jroller.com/coreteam/entry/loading_configuration_files_under_web
그럼 스프링 사용환경에서는 보통 어떻게 로딩하지?
일단 링크 걸어두고 읽어봐야겠다.
http://static.springframework.org/spring/docs/2.5.x/reference/resources.html
http://www.carbonfive.com/community/archives/2007/05/using_classpath.html
- this.getClassLoader().getResource();
- Thread.currentThread().getContextClassLoader().getResource();
- MyClass.class.getResource();
위 4가지의 차이점은 아래 링크 참조.
http://www.javaworld.com/javaworld/javaqa/2002-11/02-qa-1122-resources.html
http://www.jroller.com/coreteam/entry/loading_configuration_files_under_web
그럼 스프링 사용환경에서는 보통 어떻게 로딩하지?
일단 링크 걸어두고 읽어봐야겠다.
http://static.springframework.org/spring/docs/2.5.x/reference/resources.html
http://www.carbonfive.com/community/archives/2007/05/using_classpath.html