[gwt-contrib] Re: RR : Add lightweight Scheduler API

2009-10-14 Thread Ray Ryan
LGTM On Wed, Oct 14, 2009 at 10:06 AM, Ray Ryan wrote: > > > On Wed, Oct 14, 2009 at 10:04 AM, BobV wrote: > >> On Wed, Oct 14, 2009 at 1:03 PM, Ray Ryan wrote: >> > Yes, please, please, please make this instance based. Every serious app >> I've >> > seen winds up creating its own interface to

[gwt-contrib] Re: RR : Add lightweight Scheduler API

2009-10-14 Thread Ray Ryan
On Wed, Oct 14, 2009 at 10:04 AM, BobV wrote: > On Wed, Oct 14, 2009 at 1:03 PM, Ray Ryan wrote: > > Yes, please, please, please make this instance based. Every serious app > I've > > seen winds up creating its own interface to wrap around our static calls > to > > make them testable (and the on

[gwt-contrib] Re: RR : Add lightweight Scheduler API

2009-10-14 Thread BobV
On Wed, Oct 14, 2009 at 1:03 PM, Ray Ryan wrote: > Yes, please, please, please make this instance based. Every serious app I've > seen winds up creating its own interface to wrap around our static calls to > make them testable (and the ones on commands in particular), and it's > generally a painf

[gwt-contrib] Re: RR : Add lightweight Scheduler API

2009-10-14 Thread Ray Ryan
Yes, please, please, please make this instance based. Every serious app I've seen winds up creating its own interface to wrap around our static calls to make them testable (and the ones on commands in particular), and it's generally a painful retrofit. It also becomes a real difficultly for those w

[gwt-contrib] Re: RR : Add lightweight Scheduler API

2009-10-14 Thread bruce
Assuming you've tested the RESCUE SSW behavior and that Joel likes it, this LGTM. http://gwt-code-reviews.appspot.com/77820 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: RR : Add lightweight Scheduler API

2009-10-14 Thread bobv
> http://gwt-code-reviews.appspot.com/77820/diff/1004/1005#newcode23 > Line 23: public class Scheduler { The public Scheduler class is now abstract. > http://gwt-code-reviews.appspot.com/77820/diff/1004/1005#newcode123 > Line 123: public static void schedulePause() { schedulePause has been rem

[gwt-contrib] Re: RR : Add lightweight Scheduler API

2009-10-13 Thread bruce
Overall, very nice. The key, though ultimately superficial, design question is whether to make the main methods non-static. See the comment in Scheduler.java for details. There are a couple of other minor points. N.B. I didn't really scrutinize it for logical correctness, although the basic impl