Hi,
in many projects large scale GWT apps the command pattern comes in handy. It provides a central point for chaching, batching, retrying of flaky connections - and also functionality for undo operations. Great :) But what about Command pattern for REST interfaces (possibly using JSON)? There are some excellent options such as resy-gwt. But as client side developer I am still used to my plain old command pattern. I am not sure if anybody is interested, but I released an alpha version of my rest (json) command pattern at google code. It is fully functional, completed with testcases and can be built out of the box using maven. Any feedback would be appreciated :) Thanks, Cheers, Raphael -- 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.
