웹서버(톰캣,UNIX등)2013. 10. 25. 13:52

[Spring] Spring 3.0 mvc:interceptors 설정




xml 환경 변수 읽기 

tokenizeToStringArray  ( configLocation 이 여러개 일 수 있다 ) 


CombinedConfiguration  (링크 맨아래 샘플) 


- private static CombinedConfiguration config = null; // 이런식으로 초기화에서 작업해준다 


XMLConfiguration 샘플

Posted by 선한열심
이클립스2013. 10. 23. 15:55

eclipse Workspace 명 \.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\ 프로젝트명

Posted by 선한열심
JAVA OPEN API2013. 10. 23. 15:47

출처 - http://theeye.pe.kr/entry/simple-way-of-caching-my-data-access-object-with-spring-annotation

Posted by 선한열심