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