Spring Integration and GemFire
here's a quick sample of using Spring Integration as a walk-up start to GemFire. once you get going with this, it's easy to expand and leverage the full potential of it
here's an example of an entity
here's the supporting enum
here's the service to interact with it
now lets setup the gemfire part using the Spring GemFire namespace
and lets setup the Spring Integration to use the GemFire configuration
now, as always, here's a unit test to confirm it's all up and running...
here's the maven that got me across the line; getting GemFire package can be a bit tricky...
here's an example of an entity
here's the supporting enum
here's the service to interact with it
now lets setup the gemfire part using the Spring GemFire namespace
and lets setup the Spring Integration to use the GemFire configuration
now, as always, here's a unit test to confirm it's all up and running...
here's the maven that got me across the line; getting GemFire package can be a bit tricky...
No comments:
Post a Comment