What was Direct-Eval RPC, and why didn't it work ?

2011-09-27 Thread Leonel Gayard
The documentation mentions a feature called Direct-Eval RPC[1], saying it didn't work as planned, and is now discouraged. What was it, and why is it now considered a bad idea ? [1]: http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html#DevGuideDeRPC -- You received

Re: What was Direct-Eval RPC, and why didn't it work ?

2011-09-27 Thread brad
It had a dependency on the Sun JVM (specifically it used sun.misc.Unsafe) There were some plans for a workaround, but for whatever reason TPTB decided to work on RequstFactory instead. You can get the same speed advantages with RF but there is a whole lot more boilerplate code needed (which in