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 |
Tags
- Menu
- 기본
- 생성자
- Java
- 메서드
- Graphic
- 전화걸기
- struts2
- 예외처리
- 배열
- Android
- paint
- 에러페이지
- 메소드
- 국제화
- 어노테이션
- 오버로딩
- Eclips
- JavaScript
- OGNL
- AWT
- Spring
- HTML
- layout
- 클래스
- mybatis
- 안드로이드
- 이클립스
- JSP
- oracle
Archives
- Today
- Total
목록자동 설정 (1)
note
Spring 프로퍼티 이름을 이용한 의존 관계 자동 설정
applicationContext02.xml Main05 package madvirus.spring.chap02; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class Main05 { public static void main(String[] args) { String[] configLocations = new String[] { "applicationContext02.xml" }; ApplicationContext context = new ClassPathXmlApplicationContext( conf..
JSP/Spring
2012. 2. 29. 09:44