목록Spring (11)
wrkbrs
이미지 파일을 이클립스 프로젝트 경로로 저장을 시킨후, 불러오게 되면 이클립스 프로젝트 안에 저장된 이미지파일을 불러오지 못하여 아래와 같이 엑스박스가 뜨게된다. 이클립스 환경설정을 바꿔주어도 이 현상은 해결이 된다. (Window → Preferences → General → Workspace 의 Refresh using native hooks or polling 체크) 하지만 여러명이 개발하는 프로젝트기 때문에 개발자 모두의 이클립스 환경을 바꿀 수는 없는 터라 근본적인 해결이 필요하다. 프로젝트는 WAS 의 배포경로에서 실행되는데, ' 이클립스 + 톰캣 ' 으로 개발시 workspace 의 소스가 바로 실행되는 것처럼 느껴지지만 실제로는 이클립스가 소스 변경을 감지할 때마다 톰캣 배포 경로로 소..
xml 설정에서 statement 와 select의 차이가 무엇인가요?? 속성중에 parameterMap과 parameterClass의 차이가 무엇인가요?? 번역된 문서를 봤는데 이해가 잘 안갑니다.. 그리고 Spring에서 사용 할 때 파라미터를 전달하게 되면 iBATIS에서 어떻게 받아서 처리하는지도 궁금합니다. statement 는 insert,update,delete, select 모두 가능하고, select는 말 그대로 select만 가능한 겁니다. 공식 Developer Guide보시면 mapped statement 부분에 박스로 잘 설명이 되어 있습니다. parameterMap과 parameterClass 는 기능상으로는 큰 차이가 없지만 Dynamic Mapped Statement를 사용하..
실제로 login2.jsp는 존재하지 않는다. return "home1"; HTTP Status 500 – Internal Server Error Type Exception Report Message Request processing failed; nested exception is org.apache.tiles.request.render.CannotRenderException: java.io.IOException: JSPException including path '/WEB-INF/views/user/login2.jsp'. Description The server encountered an unexpected condition that prevented it from fulfilling the requ..
template.jsp는 아래와 같이 정의되어 있고 left를 필요로 한다. 하지만 tiles.xml 는 아래와 같이 정의되어 있어 left를 찾을 수 없다는 예외이다. HTTP Status 500 – Internal Server Error Type Exception Report Message Request processing failed; nested exception is org.apache.tiles.request.render.CannotRenderException: ServletException including path '/WEB-INF/views/layout/template.jsp'. Description The server encountered an unexpected condition th..
Ctrl+. then Ctrl1 then Enter should work https://stackoverflow.com/questions/24221825/eclipse-add-unimplemented-methods-shortcut
서블릿 컨테이너, 스프링부트 동작 과정 서블릿 컨테이너, 스프링부트 동작 과정 서블릿 컨테이너 서블릿 구현 Servlet GenericServlet HttpServlet 서블릿 실행순서 Spring boot와 Servlet 스프링 부트 실행과정 클라이언트 요청으로부터 DispatchServlet의 전체 흐름 Application context 톰켓 즉 서블릿 컨테이너에 의해 개발자가 정의한 프로그램들이 실행되고, 더 나아가 스프링 부트는 어떻게 실행될까 해서 글을 정리하게 되었습니다. 서블릿 컨테이너 먼저 서블릿컨테이너를 정의하면 다음과 같을 수 있다. 서블릿 컨테이너는 웹 애플리케이션 서버중에서 HTTP 요청을 받아 처리하는 기초 역할을 맡고 있다. 대부분의 웹 프레임워크가 제공하는 기능은 서블릿 컨테..
driverClassName : oracle.jdbc.driver.OracleDriver 대신에 oracle.jdbc.OracleDriver를 사용오라클 9 이후에 oracle.jdbc.driver.OracleDriver는 중단되었음. 참고 : https://stackoverflow.com/questions/52014595/springboot-error-registered-driver-with-driverclassname-oracle-jdbc-driver-orac
Documented here it states This special prefix specifies that all classpath resources that match the given name must be obtained (internally, this essentially happens via a ClassLoader.getResources(...) call), and then merged to form the final application context definition. Can someone explain this? What is the difference between using classpath*:conf/appContext.xml as opposed to classpath:conf/..
1234567891011121314151617181920212223242526272829 encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true encodingFilter /* Colored by Color Scriptercs get, post 둘 다 동작