Re: DistributedLambda

2014-03-09 Thread Michał Kłeczek
Peter, I'm still trying to grasp what you want to achieve... Is it simply in-band code downloading? Regards, -- Michał Kłeczek XPro Sp. z o. o. ul. Borowskiego 2 03-475 Warszawa PolskaBEGIN:VCARD ADR;TYPE=pref;TYPE=work:;;ul. Borowskiego 2;Warszawa;;03-475;Poland EMAIL:michal.klec...@xpro.biz

Re: DistributedLambda

2014-03-09 Thread Peter Firmstone
To enable remote clients to invoke processing at the server with lambda expression invocation on remote objects, without code downloads. Presently the enclosing class is serialized along with the lambda, because it contains the receipe generated by the static compiler. I'm investigating if

Re: DistributedLambda

2014-03-09 Thread Peter
interface extends DistributedLambda. Regards, Peter. - Original message - To enable remote clients to invoke processing at the server with lambda expression invocation on remote objects, without code downloads. Presently the enclosing class is serialized along with the lambda

DistributedLambda

2014-03-08 Thread Peter Firmstone
in the design of lambda serialization. I don't believe this will be changed now, this decision is the result of an expert group and the release date for Java 8 draws near. One possibility of fixing this is to create a marker interface, eg DistributedLambda. By implementing a new serialization proxy

Re: DistributedLambda

2014-03-08 Thread Peter Firmstone
serialization. I don't believe this will be changed now, this decision is the result of an expert group and the release date for Java 8 draws near. One possibility of fixing this is to create a marker interface, eg DistributedLambda. By implementing a new serialization proxy