<context:property-placeholder location="classpath:spring/flow.properties" />
<bean id="longNameExternalFilter"
class="org.eyal.requestvalidation.flow.example.flow.itemsfilter.filters.NameTooLongFilter">
<constructor-arg value="${filter.external.name.max}" />
</bean>