Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- flex
- Jakarta Project
- Column Chart
- Linux
- Flex 2.0 Lecture
- ActionScript 3.0
- 정규식
- java web start
- JSP
- Spring
- 신혼여행
- 소스
- Upload Component
- Java Tips
- LOG4J
- xml
- FLEX2.0
- Spring Framework
- Renderer
- Java
- 3d
- objective-c
- Flex 2.0
- 자바스크립트
- data
- examples
- events
- download
- Melbourne
- Session
Archives
- Today
- Total
목록testing (1)
宇而靜...
[Java Tips] JDK 1.4 이하에서 Spring BeanFactory Test하기
FileSystemXmlApplicationContext appContext = new FileSystemXmlApplicationContext( new String[]{ "C:/...../context1.xml", "C:/...../context2.xml", ..... } ); 라고 코딩한 뒤 appContext.getBean(String beanName) 으로 Bean을 가져와서 알맞은 클래스로 캐스팅하면 된다. classpath가 알맞게 지정되어 있다면 classpath로도 가져올 수 있다.(ClassPathXmlApplicationContext) context내의 파일들이 classpath위주로 셋팅이 되어 있으므로 될 수 있으면 classpath를 권장한다.
Development/Java
2008. 3. 19. 01:25