Technology Blog
the technology I am interested in and work with
Thursday, September 18, 2014
HBase, Thrift2 and Erlang on Mac
›
There are not to many documents showing how Erlang can connect to HBase using Thrift protocol. The very useful link which was published mo...
Friday, August 30, 2013
Spring AMQP and RabbitMQ High Availability (HA)
›
Recently, I finished a project to use RabbitMQ as the message broker. It is pretty easy to set up a RabbitMQ cluster with High Availability...
Tuesday, June 11, 2013
Skip cobertura coverage check when skip unit test
›
After I introduced embedded mysql for unit testing to my project, the build is taking longer now. For my local development, sometimes I wa...
3 comments:
Monday, June 10, 2013
Using embedded mysql database for unit test with maven and spring
›
I used H2 in memory database to unit test my DAO. However, my production database is MySQL. Generally, H2 is compatible with MySQL. Howev...
12 comments:
Monday, June 3, 2013
Example for enabling CORS support in Spring Rest Api 3.2
›
My last year's post " Enable CORS support in REST services with Spring 3.1 " seems causing some confusion. I decided to creat...
5 comments:
Wednesday, May 15, 2013
Add an existing project to a newly created git repository
›
I recently created a project on my local machine using maven archetype. See my previous post on how to generate a new project from install...
Tuesday, April 9, 2013
Riak: configure memory_backend
›
Riak supports several backends: 1. bitcask 2. memory 3. leveldb 4. multi My recent project required me to use memory backend. I have ...
‹
›
Home
View web version