springbatch-over-mongodb
springbatch-over-mongodb copied to clipboard
Spring Batch over MongoDB
Spring Batch meta-data persistency DAOs implementation over MongoDB. For more details please see http://jbaruch.wordpress.com/2010/04/27/integrating-mongodb-with-spring-batch/
Here's how:
- Get MongoDB - http://www.mongodb.org/display/DOCS/Downloads
- Get Gradle - http://dist.codehaus.org/gradle
- (Optional) Set mongoDB home and startMongo flag in gradle.properties. If you do so, database will automatically start before tests and shutdown after. If you're on *nix and installed MongoDB distribution, it will be found without setting MongoDB home.
- Run 'gradle test assemble'