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
- Java
- struts2
- 어노테이션
- HTML
- Graphic
- 메소드
- Spring
- JSP
- 에러페이지
- oracle
- JavaScript
- 클래스
- 이클립스
- layout
- OGNL
- 안드로이드
- 국제화
- mybatis
- 예외처리
- 전화걸기
- 생성자
- 기본
- Android
- Eclips
- Menu
- 메서드
- 배열
- 오버로딩
- paint
- AWT
Archives
- Today
- Total
목록Dipendency Injection (1)
note
Spring Di(Dipendency Injection)
Spring의 핵심인 Di applicationContext.xml Articlepackage madvirus.spring.chap01; public class Article { } ArticleDaopackage madvirus.spring.chap01; public interface ArticleDao { void insert(Article article); } Mainpackage madvirus.spring.chap01; import org.springframework.beans.factory.BeanFactory; import org.springframework.beans.factory.xml.XmlBeanFactory; import org.springframework.core.io.ClassP..
JSP/Spring
2012. 2. 28. 12:13