<!-- VELOCITY SETTING -->
<bean id="velocityConfig" class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
<property name="resourceLoaderPath">
<value>/</value>
</property>
<property name="velocityProperties">
<props>
<prop key="input.encoding">euc-kr</prop>
<prop key="output.encoding">euc-kr</prop>
</props>
</property>
</bean>
<bean id="viewResolver" class="org.springframework.web.servlet.view.velocity.VelocityViewResolver">
<property name="cache" value="true"/>
<property name="prefix" value=""/>
<property name="suffix" value=".vm"/>
<property name="contentType"><value>text/html; charset=euc-kr</value></property>
</bean>
'소프트웨어개발 > 오픈소스' 카테고리의 다른 글
| [펌] Spring: JDBC 사용 (0) | 2006/01/06 |
|---|---|
| [spring ide] Spring IDE Guide (0) | 2006/01/06 |
| [SPRING] velocity 설정 관련 한글 (1) | 2006/01/03 |
| [hibernate] 하이버네이트 샘플(Hibernate Sample) (0) | 2005/12/06 |
| [펌] Job Scheduling in Java (0) | 2005/05/12 |
| [펌] Job Scheduling in Java (0) | 2005/05/12 |


이올린에 북마크하기