Re: rest / json command pattern implementation project

2010-12-28 Thread Raphael André Bauer
On Wed, Dec 22, 2010 at 7:16 AM, zixzigma zixzi...@gmail.com wrote: Thank you Raphael, What a great project. can you please explain some of your stragies for implementing caching and batching ? some tips/high level overview of how you are going to design them ? Currently, the dispatcher is

rest / json command pattern implementation project

2010-12-21 Thread Raphael André Bauer
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

Re: rest / json command pattern implementation project

2010-12-21 Thread Raphael André Bauer
On Tue, Dec 21, 2010 at 11:27 AM, Raphael André Bauer raphael.andre.ba...@gmail.com wrote: ... 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

Re: rest / json command pattern implementation project

2010-12-21 Thread Gal Dolber
Looks nice! I'll check it out On Tue, Dec 21, 2010 at 6:58 AM, Raphael André Bauer raphael.andre.ba...@gmail.com wrote: On Tue, Dec 21, 2010 at 11:27 AM, Raphael André Bauer raphael.andre.ba...@gmail.com wrote: ... I am not sure if anybody is interested, but I released an alpha version

Re: rest / json command pattern implementation project

2010-12-21 Thread zixzigma
Thank you Raphael, What a great project. can you please explain some of your stragies for implementing caching and batching ? some tips/high level overview of how you are going to design them ? Thank You -- You received this message because you are subscribed to the Google Groups Google Web