Re: Need for a annotation based validation

2009-01-24 Thread taha siddiqi
On Sun, Jan 25, 2009 at 10:00 AM, Peter Thomas wrote: > Yep. Also integrating Hibernate Validator can be done in just a few lines > of code, see this for an example (line 87): > > http://code.google.com/p/perfbench/source/browse/trunk/perfbench/wicket-jpa/src/main/java/wicketjpa/wicket/EditBorder

Re: Need for a annotation based validation

2009-01-24 Thread Peter Thomas
Yep. Also integrating Hibernate Validator can be done in just a few lines of code, see this for an example (line 87): http://code.google.com/p/perfbench/source/browse/trunk/perfbench/wicket-jpa/src/main/java/wicketjpa/wicket/EditBorder.java On Sun, Jan 25, 2009 at 9:45 AM, Igor Vaynberg wrote:

Re: Need for a annotation based validation

2009-01-24 Thread Igor Vaynberg
wicket is a web application framework. integrating with hibernate is outside its core functionality. -igor On Sat, Jan 24, 2009 at 5:59 PM, taha siddiqi wrote: > On Sat, Jan 24, 2009 at 11:13 PM, wrote: >> There is a project that does this in wicketstuff. Hibernate-validator I >> believe. >>

Re: Need for a annotation based validation

2009-01-24 Thread taha siddiqi
On Sat, Jan 24, 2009 at 11:13 PM, wrote: > There is a project that does this in wicketstuff. Hibernate-validator I > believe. > > -igor > > On 1/24/09, taha siddiqi wrote: >> Hi everyone, >> >> The validation provided by wicket is sufficient but I feel that if we >> integrate it will EJB Persis

Re: Need for a annotation based validation

2009-01-24 Thread igor . vaynberg
There is a project that does this in wicketstuff. Hibernate-validator I believe. -igor On 1/24/09, taha siddiqi wrote: > Hi everyone, > > The validation provided by wicket is sufficient but I feel that if we > integrate it will EJB Persistence Domain Objects, it will be very easy > to > validate

Need for a annotation based validation

2009-01-24 Thread taha siddiqi
Hi everyone, The validation provided by wicket is sufficient but I feel that if we integrate it will EJB Persistence Domain Objects, it will be very easy to validate and duplication of code can be avoided. Any comments !! regards taha