ajani’s blog

 
Posts filed under

java

September 13, 2008

Java: InvokeDynamic explained

Charles Oliver Nutter explains the whole InvokeDynamic thing in the JVM (And why it's really cool), in a way that those of us that aren't elite JVM hackers will understand. Awesome stuff.
Comments [0]


July 24, 2008

Mock Objects

Brett shared this post from the Google Open Source blog. While I'm not into Python, a mock object generator seems totally awesome. (Why didn't anyone tell me about this earlier?) Anyways, the Google Blog post linked to EasyMock, which is a mock object generator for Java. Now that looks really useful, since I spend my day job hacking on a very large Java system with not enough tests. EasyMock has quickly made it onto the short list of things I need to look into.
Comments [0]