Spring
13 entries201503 · 24
writing spring junit testcases
Writing JUnit test cases in Spring: adding spring-test to pom.xml and loading the application context in the test.
Spring1 min
201503 · 10
spring-rabbitmq integration
Integrating RabbitMQ with Spring, from the rpm install and starting the server through the Spring configuration.
Spring1 min
201502 · 05
spring map to xml viewresolver
A Spring view class I made when I had to return xml instead of the usual json. Only works when the result is a map. Set up the config below...
Spring2 min