'로딩'에 해당되는 글 1건

  1. 2008.04.11 classpath에 존재하는 리소스 로딩하기
- 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


Posted by 에코지오
,