dev@jersey.java.net

Re: resource model validation

From: Andrei Badea <Andrei.Badea_at_Sun.COM>
Date: Wed, 30 Jan 2008 11:36:55 +0100

Nam Nguyen wrote:
> Thanks Andrei! These are valuable hints when we implement this down the
> road!
>
> I am also interested in how you hook NetBeans specific j2ee meta model
> to standard JPA validation framework (non-NetBeans?).

I don't think we are using any "standard JPA validation framework", at
least not in the editor. All that we have are hand-written checks in the
j2ee.jpa.verification module.

Andrei