Spring 공부2013. 4. 10. 14:04

 

jstl.jar

 

standard.jar

 JSTL 사용하려면 두개 jar파일이 필요함 없을때 ( jstl.jar과 standard.jar )

- 오류 메시지 http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml

- invalidAbsoluteTypeName  : annotiation 셋팅 잘못 예: execution(public * net.ucware..*(..))"   ..이 두개인데 하나만 찍었을때

 

 cglib-nodep-2.2.jar

 -  AOP 를 인터페이스를 구현하고 있지 않다면 스프링은 CGLIB를 이용하여 클래스에 대한 프록시 객체를 생성한다

 

HTTP Status 405 - Request method 'GET' not supported : 말 그대로 GET을 지원이 안되는 것이다. POST만 가능하게 구현했을 수 있음

Posted by 선한열심