Work queues with MongoDB and Spring Integration
Work queue is a common pattern to decouple a producer of a request from the actual worker that processes the
Read More#CodeTheWorld
Work queue is a common pattern to decouple a producer of a request from the actual worker that processes the
Read MoreIn a previous post, I exposed the principles of HATEOAS and illustrated these principles with an implementation based on Spring
Read MoreREST has been getting momentum for the last few years. Roy Fielding was the first to come up with the
Read MoreSpring Batch is a popular open source batch framework. It integrates with lots of RDBM technologies like JDBC, Hibernate or
Read MoreThe Spring Data umbrella project aims at providing support for new data access technologies. It hosts many sub-projects and one
Read MoreInitiating a CPU-intensive task from within an HTTP request is quite common. Asking for a PDF report is a typical
Read MoreAdrian Colyer (CTO de SpringSource) a ouvert la What’s Next avec une keynote intitulée Enterprise Applications in 2011: Challenges in
Read MoreWhen I teach REST as part of the Enterprise Integration with Spring training, a question comes up quite often: how
Read MoreThe Spring Framework ships with its own web framework : Spring MVC. One can use Spring MVC as a full-blown
Read MoreThe first part of this article covered the basics of the Spring TestContext Framework and DbUnit. We saw how to
Read More