Saturday, October 11, 2008

Eclimd doesn't see your workspace

Add
-Dosgi.instance.area.default=path_to_the_workspace
to the eclimd.bat run parameters.

Wednesday, October 8, 2008

Ibatis nested resultmap/select memo

Ibatis v. 2.1 : when using nested resultMaps you must put sqlMap namespace before the actual resultMap name. When using nested select - namespace isn't needed.

JSON-lib memo

JSON-lib library for java v. 2-2-2-jdk15. Uses java string quotes (double quotes) when serializing JSON objects to string.