spring/spring 흐름

spring/spring 흐름

2. spring mvc1

1. WAS 작동 큰 그림 서블릿이라는게 http message의 실제 필요한 부분만 logic에 사용할 수 있도록 반복 작업을 다 수행해준다. request, response 라는 것을 이용해서 요청온 정보중 원하는 부분만 가지고 올 수 있고 내가 보내고 싶은 정보를 보낼 수 있다. 2. 서블릿 2.1. 기본 임시저장소 request.setAttribute(name, value) request.getAttribute(name) 세션관리 request.getSession(create: true) 요청 queryParams, html api text json 2.2. 요청 queary params, html form 조회 메서드 // http://localhost:8080/request-param?user..

spring/spring 흐름

1. spring 핵심 요약

0. 자세한 내용 1~2 chapter: 스프링 핵심 원리 이해 2 - 객체 지향 원리 적용 , 스프링 핵심 원리 이해 3 - 스프링 컨테이너와 스프링 빈 3 chapter: 스프링 핵심 원리 이해 4 - 싱글톤 컨테이너 4 chapter: 스프링 핵심 원리 이해 5 - 컴포넌트 스캔 5~6 chapter: 스프링 핵심 원리 이해 6 - 의존관계 자동 주입 7 chapter: 스프링 핵심 원리 이해 7 - bean 생명주기 callback 8 chapter: 스프링 핵심 원리 이해 8 - bean scope 1. appConfig srp, dip, ocp 지키는 방법 수동 빈 등록 방법 종류 appConfig.java appConfig.xml @Configuration @ComponentScan이 읽고 ..

wooweee
'spring/spring 흐름' 카테고리의 글 목록