Distributed Lambda Expressions

2014-05-12 Thread Peter Firmstone
I found this an interesting article about using ASM to wrap lambda methods for Java 7: http://mkto-o0074.com/846PMW834HX00h0J900 My thoughts are that it's possible to parse lambda expressions, serialize them and capture any arguments, verify the lambda expression during unmarsha

Lambda expressions

2013-12-11 Thread Peter
I've been looking into lambda expressions, good news folks, they are serializable, so will work with remote services. This will enable new powerfull remote end processing capabilities. It has the capacity to redefine the way services are used. Regards, Peter.