Skip to content

Instantly share code, notes, and snippets.

@dfilppi
Created June 26, 2012 16:54
Show Gist options
  • Save dfilppi/2997098 to your computer and use it in GitHub Desktop.
Save dfilppi/2997098 to your computer and use it in GitHub Desktop.
spacetypemaker config
<!-- annotation driven document definition -->
<bean id="defmaker" class="org.openspaces.eds.support.SpaceTypeMaker"/>
<bean id="deffactory" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
<property name="targetObject"><ref local="defmaker"/></property>
<property name="targetMethod"><value>getSpaceTypes</value></property>
</bean>
<bean id="space" class="org.openspaces.core.space.UrlSpaceFactoryBean">
.....
<property name="spaceTypes"><ref bean="deffactory"/></property>
.....
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment