About

Thor is a programmer who is currently working in Beijing,China.He has been using Java and PHP for web development since 2004.Currently he is poking his nose into functional programming including Scala.Also he believe in agile development,and have been using scrums and xp methods for the past 3 years.

Obtaining Google Android Map API Key

Written on June 30th, 2010 by Thorno shouts

As a beginner on Android platform, I was trying to embed Google map in my application. I have everything right, except the map is not loading, and no exception was [...]

Java 4-ever video

Written on June 29th, 2010 by Thorno shouts

Implement Index controller in Spring Roo

Written on June 28th, 2010 by Thorone shout

Recently been using Spring roo to produce a rapid prototype. I must say that Spring roo is a very good framework, although still lacking of some features but the potentials [...]

A JSON Util

Written on March 17th, 2010 by Thorno shouts

Nowadays JSON(json.org) is a very common data-interchange format other than XML, and its much more lightweights. I was trying to write a JSON util class today and came across many [...]