10-18-2013 06:53 PM
10-19-2013 02:19 AM
10-21-2013 06:36 PM
10-21-2013 11:38 PM
10-22-2013 09:29 AM
10-22-2013 01:30 PM
org.springframework.extensions.config.ConfigService
public class YourClass{
private ConfigService configService;
//setter method
public void setConfigService(ConfigService configService)
{
this.configService = configService;
}
}
<bean id="yourbeanid" class="YourClass" >
<property name="configService" ref="webscripts.config" />
</bean>
<config>
<server>
<url>jdbc.***</url>
<driver>org.myql.***</driver
<username>user</username>
</server>
</config>
10-22-2013 04:30 PM
10-22-2013 10:36 PM
10-23-2013 06:44 PM
10-23-2013 11:18 PM
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.