12-15-2012 10:12 PM
<import resource="sammy-context.xml" />
to web-application-config.xml <bean name="hello" class="com.sammysblog.web.controller.HelloController">
<property name="webSiteService">
<ref bean="webSiteService" />
</property>
</bean>
12-18-2012 10:43 AM
<!– Handle assets retrieved by short URLs –>
<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property name="order" value="0" />
<property name="mappings">
<value>
/asset/**=assetController
/hello.htm=helloController
</value>
</property>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.