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
- 메서드
- Java
- 이클립스
- 클래스
- 에러페이지
- mybatis
- Android
- paint
- 어노테이션
- Graphic
- Eclips
- Spring
- HTML
- 안드로이드
- JSP
- OGNL
- 전화걸기
- 국제화
- 기본
- 예외처리
- 생성자
- struts2
- layout
- Menu
- AWT
- oracle
- 배열
- 오버로딩
- JavaScript
- 메소드
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