Project created with Spring Roo can be run from the command line:
public static void main(String[] arg){
ApplicationContext appContext = new ClassPathXmlApplicationContext("classpath*:META-INF/spring/applicationContext*.xml");
// your code to follow
}