This is a skeleton of a Java/Spring Tomcat application using mongoDB, far from being complete it just demonstrates the basic concpets and DAO implementations.
- https://spring.io/guides/gs/serving-web-content/
- https://spring.io/guides/gs/accessing-data-mongodb/
- http://krams915.blogspot.it/2012/01/spring-mvc-31-implement-crud-with_4739.html
- http://www.journaldev.com/4144/spring-data-mongodb-example-tutorial
Please Note: You must copy the WebContent/WEB-INF/mongo.default.properties
file to WebContent/WEB-INF/mongo.properties
and configure the MongoDB connection parameters there.