E D R , A S I H C RSS

Full text search for "AnnotationConfigApplicationContext"

Annotation Config Application Context


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Spring/탐험스터디/2011 . . . . 3 matches
          2.1. 우선 책에서 외부 라이브러리를 사용하고 있는데, STS에는 필요한 라이브러리가 들어있지 않은 것 같다. 이쪽 페이지(http://www.tutorials4u.net/spring-tutorial/spring_install.html)를 보고 라이브러리를 받아야 한다. 받아서 압축을 풀고 spring-framework-3.0.5.RELEASE/dist 폴더에 있는 jar 파일들을 프로젝트에 포함시켜주면 AnnotationContext, AnnotationConfigApplicationContext, @Configuration, @Bean 등을 사용할 수 있게 된다.
          at org.springframework.context.annotation.AnnotationConfigApplicationContext.<init>(AnnotationConfigApplicationContext.java:63)
  • 토비의스프링3/오브젝트와의존관계 . . . . 3 matches
          * 1. 애플리케이션 컨텍스트는 ApplicationContext타입의 오브젝트다. 사용시 @Configuration이 붙은 자바코드를 설정정보로 사용하려면 AnnotationConfigApplicationContext에 생성자 파라미터로 @Configuration이 붙은 클래스를 넣어준다.
         ApplicatioContext context = new AnnotationConfigApplicationContext(DaoFactory.class);
         ApplicatioContext context = new AnnotationConfigApplicationContext(DaoFactory.class);
Found 2 matching pages out of 7547 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.8735 sec