Re: Switching a class for precompile

2010-08-13 Thread cokol
yes, but I forgot to say, that this only applies to JRE emulation set of classes provided by GWT, so like java.lang.BigInteger and such for your custom classes it works like expected. On 12 Aug., 17:40, Evan Ruff evan.r...@gmail.com wrote: Cokol, Thanks for the response, that's exactly what

Re: Switching a class for precompile

2010-08-12 Thread Evan Ruff
Cokol, Thanks for the response, that's exactly what I'm trying to accomplish! Just to make sure I understand correctly, this is only used when compiling for production. In Hosted Mode, the usual (read: REAL) java classes continue to be used. Only when I compile will the swap take place? Thanks!

Switching a class for precompile

2010-08-11 Thread Evan Ruff
Hello all, I was wondering if anyone can point me in the right direction for what I'm trying to do. Currently, I've got a huge legacy model used in a number of systems currently in production. I'd like to include this model in my GWT project, but three (out of, maybe 200 classes) use refection.

Re: Switching a class for precompile

2010-08-11 Thread cokol
hi, you can use the super-source/ element in the gwt module descriptor, please refer to section Overriding one package implementation with another in this faq http://code.google.com/intl/de-DE/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html there are also other ways, like you could also