Browsing All Posts filed under »Tip«

Installing gHeat on Ubuntu 11.04

May 16, 2011

0

This is a quickstart guide snapshot from our Inphina wiki on installing gHeat on Ubuntu. gHeat is an API for creating heat map layers on top of google maps. installing-gheat

Could not calculate build plan: Missing: maven-resources-plugin:maven-plugin:2.4.1

June 26, 2010

8

Recently I encountered this weird problem when i was trying to build a project after installing the m2eclipse plugin on my eclipse galileo. Build id: 20100218-1602 The problem was that when i built the project from command line, it was just working fine, however, as soon as I built the project from eclipse, eclipse started […]

AbstractTransactionalJUnit4SpringContextTests MySQL data not getting rolled back?

June 18, 2010

0

We know that the unit tests should not be dependent on each other and hell there are not. But as soon as we switch our unit tests to use MySQL instead of HSQLDB which we use by default then it seems that hell breaks loose. The tests somehow become dependent on each other and start […]

installing on feedjit plugin on wordpress.com

June 12, 2010

2

The wordpress.com site does not allow you to install javascript in the sidebars. To install the feedjit plugin you have to take their cool image support. Our image live traffic feed runs anywhere you can paste an image. You don’t need your own domain name and you don’t need Javascript support. And just like the […]

injecting values from an enum into a spring bean

June 12, 2010

0

Recently we had a requirement to inject an enum into a spring bean. To inject all the values of the enum we did the following and the following attribute in the spring bean was defined as

passing vm level arguments to a fitnesse test

June 5, 2010

1

Once you launch fitnesse via the command line like java -jar lib/fitnesse.jar -p 8080 then there is a jvm which is launched. Each fitnesse test however would execute in a JVM of its own, hence if you look closely, the command pattern defined by fitnesse is COMMAND_PATTERN is the basis for every execution performed in […]

Download .flv Files, FireFox Plugin to the Rescue

November 8, 2009

0

Many sites have good .flv video content that you would rather download and listen to when you are not connected to the internet. Firefox plugin called the Download helper makes it easy. Just follow the steps Not sure if it’s legal, but you can: – with Firefox – and DownloadHelper extension – click Play once, […]