which package you use for validation?
On 15 Aug., 03:43, C2RIK <
cedric.lama...@gmail.com> wrote:
> Hi,
> back to work on GWT.
> I've found what was wrong reading the second link:
> << One caveat specific to overriding JRE classes in this way is that
> they will never actually be used in hosted mode. In hosted mode, the
> native JRE classes always supersede classes compiled from source. >>
>
> But for the moment javax.validationhas not been integrated in the
> JRE, this is why I got the NoClassDefFoundError.
> For now I'll use other another package.
>
> Thanks,
> Cédric.
>
> On 7 ago, 16:23, C2RIK <
cedric.lama...@gmail.com> wrote:
>
> > Hi,
> > there are only some (two) default validators that use reflection, the
> > rest of the package compiles with GWT. Thejavax.validationis the api
> > part. For the implementation stuff I'm already using generators.
>
> > Thanks for the links,
> > Cedric.
>
> > On 6 ago, 19:03, Thomas Broyer <
t.bro...@gmail.com> wrote:
>
> > > On Aug 5, 8:21 pm, C2RIK wrote:
>
> > > > Hello,
> > > > I'm using GWT 1.5RC-1 and I'd like to create a module with code source
> > > > in ajavaxsubpackage,javax.validation.
>
> > > > I have created injavaxpackageavalidation.gwt.xml describing my
> > > Given thatjavax.validationuses reflection (from what I understood