+ finished first draft of the sample

SGF-3
This commit is contained in:
costin
2010-07-15 21:34:04 +03:00
parent 9eb72b51b2
commit 436853bf35
3 changed files with 86 additions and 65 deletions

View File

@@ -9,5 +9,7 @@
<import resource="cache-context.xml"/>
<!-- find beans by scanning the classpath -->
<context:component-scan base-package="org.springframework.data.gemfire.samples.helloworld"/>
<context:component-scan base-package="org.springframework.data.gemfire.samples.helloworld"/>
<bean id="gemfireTemplate" class="org.springframework.data.gemfire.GemfireTemplate" p:region-ref="hw-region"/>
</beans>