Re: [gwt-contrib] Re: UiBinder. Code style for constant parsers.

2010-06-23 Thread Konstantin Scheglov
On Wed, Jun 23, 2010 at 5:49 PM, Joel Webber wrote: > Le 22 juin 2010 07:03, Konstantin.Scheglov a > écrit : > > >> > Pretty much everything we've done so far has been limited to >> automatically >> > exposing the Java-level APIs in all their ugliness. The h/v alignment >> values >> > are implem

Re: [gwt-contrib] Re: UiBinder. Code style for constant parsers.

2010-06-23 Thread Joel Webber
Le 22 juin 2010 07:03, Konstantin.Scheglov a écrit : > > > Pretty much everything we've done so far has been limited to > automatically > > exposing the Java-level APIs in all their ugliness. The h/v alignment > values > > are implemented somewhat manually, but for things like enums I really > li

[gwt-contrib] Re: UiBinder. Code style for constant parsers.

2010-06-22 Thread Konstantin.Scheglov
> Pretty much everything we've done so far has been limited to automatically > exposing the Java-level APIs in all their ugliness. The h/v alignment values > are implemented somewhat manually, but for things like enums I really like > the idea that they can be exposed completely automatically. > >