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 <[email protected]>wrote: > 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 <[email protected]> > wrote: > > On Sat, Jan 24, 2009 at 11:13 PM, <[email protected]> wrote: > >> There is a project that does this in wicketstuff. Hibernate-validator I > believe. > >> > >> -igor > >> > >> On 1/24/09, taha siddiqi <[email protected]> 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 and duplication of code can be avoided. > >>> > >>> Any comments !! > >>> > >>> regards > >>> taha > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > I know but shouldn't this be part of the core project ? > > > > regards > > Taha > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
