DWR version 3.0 The much awaited DWR version 3.0 has reached release candidate 1. What's new? RPC Enhancements Varargs support Method overloading (DWR tries to copy Java's method matching rules) Typed parameters (so you can say new Apple() in JavaScript and pass it to the addFruit() method and DWR will instantiate the correct type on the server) Lightweight typed parameters (as above, but by addin