Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 설치
- ibatis parameter
- 아이폰
- zipcode
- 개행처리
- 예제
- SEQUENCE
- 자바
- 스프링
- 오라클
- ibatis bind
- SQL
- Android
- iPhone
- Spring
- Objective C
- Android SDK
- java
- MVC
- 안드로이드
- IT·컴퓨터
- Oracle
- 연동
- 우편번호
- Eclipse
- 외래키
- 이클립스
- jdbc
- ibatis 개행
- IO
Archives
- Today
- Total
목록json view (1)
MisoBoy Blog...
Spring View를 Json 구현하기 (Json을 이용한 Ajax 컨트롤)
1. MessageConverters 를 사용해서 json view 구현 web.xml dispatcher org.springframework.web.servlet.DispatcherServlet 1 dispatcher *.st 확장자를 .st로 했습니다. dispatcher-servlet.xml 컨트롤로 클래스 자동스캔을 사용했습니다. handermapping를 DefaultAnnotationHandlerMapping과 AnnotationMethodHandlerAdapter 를 사용했습니다. 여기에서 messageConverter를 등록할 때는 AnnotationMethodHandlerAdapter 해줘야하기때문에 AnnotationMethodHandlerAdapter 에 MappingJacksonHt..
Spring framework
2012. 9. 18. 11:35