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