GWT Dispatch implements the command pattern. The combination with GWT Presenter kicks ass (same author). Yours is a totally different beast :-).
On Feb 17, 1:36 am, Henry <[email protected]> wrote: > Hello All, > > I wrote an alternative to > gwt-dispatchhttp://code.google.com/p/gwt-dispatch/ > > It uses vanilla reflection and requires less configuration than gwt- > dispatch, > but does depend heavily on naming convention of your RPC service and > service impl > > And here's the link to gwt service > resolver:http://code.google.com/p/gwtserviceresolver/ > > Let me know what you think > > Cheers, > Henry -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
