Tag Archives: MongoDB

Unit test your Spring/Hibernate and MongoDB setup

In my previous post I described how you can setup Spring and Hibernate in combination with the MongoDB. In this post I show you how you can write your unit test for this setup including a workaround for the fact … Continue reading

Posted in MongoDB, Spring Framework | Tagged , | 1 Comment

Use Spring and Hibernate with MongoDB

One of the requirements we have for one of our Mule ESB implementations is to log the messages that went through the ESB (especially handy during development and testing). There has been written a lot already about logging with Mule … Continue reading

Posted in General, MongoDB, Spring Framework | Tagged , | 1 Comment