[gwt-contrib] Making command pattern RPC look like traditional GWT RPC

2009-11-19 Thread Jamie Gennis
Hi all, I've been writing a GWT library to implement the command pattern for GWT RPC calls using the same interfaces that traditional GWT RPC uses. Basically, when an app calls a method of the FooAsync action service interface, an action object is created from the method arguments, processed by

Re: [gwt-contrib] Making command pattern RPC look like traditional GWT RPC

2009-11-19 Thread Jamie Gennis
(introspection to find the handler automatically for example). David On Thu, Nov 19, 2009 at 6:52 AM, Jamie Gennis jgen...@gmail.com wrote: Hi all, I've been writing a GWT library to implement the command pattern for GWT RPC calls using the same interfaces that traditional GWT RPC uses