Two more DTP-relevent EclipseCon presentations [message #5702] |
Mon, 28 November 2005 03:03 |
Dave Orme Messages: 424 Registered: July 2009 |
Senior Member |
|
|
Some of you know that JFace and VE have been working together on a new
data binding framework for Eclipse. In many cases, this will let you
replace pages of SWT event handlers with code like:
dataBinding.bind(textWidget, new Property(personBean, "name"), null);
The framework is architected so that the back-end tier is totally
swappable. Right now we support EMF and JavaBeans-style POJOs (like
you'd use with Hibernate or EJB 3.0).
There are two talks proposed about this new exciting framework at
EclipseCon:
http://canuck.gda.itesm.mx/eclipsezilla/show_bug.cgi?id=271
by myself, and
http://canuck.gda.itesm.mx/eclipsezilla/show_bug.cgi?id=89
by Boris Bokowski, a member of the JFace team
If you want to hear more about this at EclipseCon, please vote today for
one or more of these submissions!
Best regards,
Dave Orme
--
Visual Editor Project lead
http://www.db4o.com -- The Open-source Java Object Database
http://xswt.sf.net -- XML-based SWT page description language
|
|
|
Powered by
FUDForum. Page generated in 0.02981 seconds