go to directory that have .pom write this line mvn -Dtest=TestApp1#testPrintHelloWorld test package com.core; public class App { public static void main(String[] args) { System.out.println(getHelloWorld()); } public static String getHelloWorld() { return "Hello World"; } public static String getHelloWorld2() { return "Hello World 2"; } } package com.core; import junit.framework.Assert;...
[Read More]
kent beck
when my search space gets big and uncertain i need a pen and paper, not a computer
java captcha
http://jcaptcha.sourceforge.net/jcaptcha-samples/index.html
innovation
when you only work on 100m . innovation just died there.
work on 10000000000000000000000000000000000000m for innovation
HTML5 desktop notifications
HTML5 desktop notifications