On 17 November 2011 14:08, Juan Pablo Gardella <[email protected]> wrote: > You are adding other libs, and for example commons-logging is not possible > use in GWT, becouse it use reflection. Check > http://code.google.com/intl/es/webtoolkit/doc/latest/RefJreEmulation.html > > At writing this mail, I remember commons-beanutils use reflection (I think) > so you can't compile to GWT.
That's correct, unfortunately. Using reflection was my original plan. I have to figure out something else, but it looks like I found something usable: http://code.google.com/p/gwt-ent/ -- - - -- Csanyi Andras (Sayusi Ando) -- http://sayusi.hu -- http://facebook.com/andras.csanyi -- ""Trust in God and keep your gunpowder dry!" - Cromwell -- 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.
