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