Ask HN: Who is actually doing something with "Big Data"?
5 pointsby cbo6 comments
listener.addCallback(new AsyncCallback<ReturnType>(Parameters ..) {
public void onSuccess(ReturnType returned) {
System.out.println("Successfully returned!");
}
public void onFailure(Throwable thrown) {
System.out.println("Unsuccessfully returned!");
}
});
This is unbelievably ugly, and yet this is about as easy as it gets in Java. In order to make asynchronous callbacks "easier" you have to instantiate an anonymous class with very precisely named methods.
Student currently completing my final year at the University of Toronto. Very experienced in web programming, especially Java/GWT, with some personal work in Django and Rails. Multiple years of industry experience. Worked in the past with Google Summer of Code, Rypple, and Salesforce. Big fan of functional programming as well (Lisp and Haskell, mainly)
Relocation might be an option in a few months.
conradbowen at gmail dot com
My Github profile can be found here: http://github.com/cowen