Bo's blue blue sky
7/20/2015
Ehcache Tutorial: Dynamically configuration and Cache Abstraction(Since Spring 3.1)
›
There are basically two ways to config Ehcache in java project. 1. Dynamically configuration 2. Through XML Before getting started, we ...
4/24/2015
Runtime Setting of SSL Params when invoking web services(apache cxf client)
›
By default, when we config the SSL Key for WS call, we use below system parameters: System . setProperty( "javax.net.ssl.keyStoreType...
9/26/2014
Spring RestTemplate does not capture response body when error code 40x is returned
›
When consuming REST web services using SpringTemplate default configuration, when the response returns error HTTP status code, SpringTemplat...
9/10/2014
Spring Test: Inject Mock Object into proxy-based Spring bean.(Like bean with @Transactional or @Aync ...)
›
Spring Test, which I have to say, is the perfect lib for testing projects build on Spring. There is one very useful class called "Ref...
8/15/2014
MongoDB escape special characters in a collection
›
Regarding how to escape dots in map key, please refer to below page: MongoDB-Escape dots '.' in map key If we have a collectio...
6/10/2014
Unit Test for Web Services Client who use Spring Template
›
Recently was doing one client project which will call the web services provided by our core platform. That project is using SpringTemplate t...
›
Home
View web version