2012년 1월 16일 월요일

개발 진행

1. 기능정리
2. 목업
3. DB설계
4. 개발준비
4.1. 프레임워크 구성
4.2. 메시지번들
4.2. 보안
5. 개발

2012년 1월 6일 금요일

스프링 시큐리티 용 e.g) applicationContext-security.xml 는 ContextLoaderListener를 이용해 등록

스프링 시큐리티 용 e.g) applicationContext-security.xml 는 ContextLoaderListener를 이용해 등록 해줘야 한다. 앙그러면 no webApplicationContext 어쩌구 저쩌구 에러 난다.

<context-param>    
    <description>The Spring configuration files.</description>     
    <param-name>
        contextConfigLocation
    </param-name>     
    <param-value>/WEB-INF/spring/applicationContext-*.xml</param-value> 
</context-param>  

<listener>     
    <description>The Spring context listener.</description>     
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener>

2012년 1월 2일 월요일

맥에서 subclipse 사용하기

1. 이클립스에서 subclipse 1.8.x 다운로드
2. http://www.wandisco.com/subversion/download#osx 에서 subclipse 라이브러리 다운로드 후 설치
(Subversion-1.7.2_10.7.x.pkg)