Re: Generators don't work good with refresh button

2009-07-22 Thread Alen Vrecko
Thanks. Good idea. I could have learned by now that there is usually user and dev lists... Will repost there. Cheers Alen On Jul 21, 4:11 pm, Thomas Broyer t.bro...@gmail.com wrote: On 21 juil, 14:30, Alen Vrečko alen_vre...@yahoo.com wrote: Hi. The generators are without a doubt a

Re: Generators don't work good with refresh button

2009-07-22 Thread Juraj Vitko
Hi Alen, I'm new in GWT, but I successfully use my own source code generation tools to handle dynamic things on the client in a static way. I'm not sure how exactly the JTypeOracle stuff works, but I like to be able to see and/or debug through the generated code, plus there's no extra

Generators don't work good with refresh button

2009-07-21 Thread Alen Vrečko
Hi. The generators are without a doubt a remarkable feature of gwt. But if you use any reflection on the client classes in the generator you lose refresh button support. Furthermore while not that major I do find it annoying that refreshing doesn't recompile the generator code. You have to stop

Re: Generators don't work good with refresh button

2009-07-21 Thread Thomas Broyer
On 21 juil, 14:30, Alen Vrečko alen_vre...@yahoo.com wrote: Hi. The generators are without a doubt a remarkable feature of gwt. But if you use any reflection on the client classes in the generator you lose refresh button support. Furthermore while not that major I do find it annoying that