Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » Two more DTP-relevent EclipseCon presentations
Two more DTP-relevent EclipseCon presentations [message #5702] Mon, 28 November 2005 03:03
Dave Orme is currently offline Dave OrmeFriend
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
Previous Topic:EclipseCon 2006 DTP presentations - vote in Eclipsezilla
Next Topic:Two more DTP-relevent EclipseCon presentations
Goto Forum:
  


Current Time: Thu Mar 28 11:21:10 GMT 2024

Powered by FUDForum. Page generated in 0.03390 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top