A Maven POM for building JSR335 code

Posted on Mon 19 December 2011 in Coding • Tagged with closures, defender methods, java8, maven

While playing around with lambdas and defender methods developed within the scope of Project Lambda, I thought I’d create a Maven POM file to facilitate compiling, testing and weaving (the process of making defender methods work in the JVM) of the code I write. The entire project can be …


Continue reading

Some notes on building Project Lambda to test closures and defender methods in Java

Posted on Thu 15 December 2011 in Coding • Tagged with closures, defender methods, jdk8

Check out Project Lambda if you don’t already know what I’m talking about! It adds lambda functions and interface extension methods to Java. Lambda functions allows for very compact and concise code as well as functional programming aspects. Interface extension methods gives you the ability to add to …


Continue reading