On 6/23/07, Ryan Sonnek <[EMAIL PROTECTED]> wrote:

Just sending out a quick "release announcement" for a new Hibernate/Wicket
integration in the wicketstuff project.  The
HibernateAnnotationComponentConfigurator automatically configures a wicket
component based on the POJO's Hibernate annotations.

one especially cool feature is that you can register this behavior for
your *entire* application, without worrying about adding this functionality
to each page/component.

Take a look and let me know what you think!


http://jroller.com/page/wireframe?entry=hibernateannotationcomponentconfigurator


this might be nice too
onbeforerender(component c) {
 if (c.hasbeenrednered())  return;
 ...
}

to avoid adding validators more then once.

-igor
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to