Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] databinding + eclipselink

Hi,
Thomas you can absolutely use databinding with EclipseLink!

I've used EclipseLink with JFace Databinding in an RCP application
quite successfully.

It works great with Tables and with regular fields -- you do have to
implement Property Field Listeners on your entities to be compatible
with JFace Databinding, but that's easy enough to do.

Take a look at our RCP Example at my blog:

http://www.weheartcode.com/2008/08/27/eclipselink-in-j2se-rcp-applications/

It uses JFace databinding on tables and fields I believe.

Let me know if you have any questions.

Tim



On Fri, Feb 13, 2009 at 9:18 AM, Thomas Paradies
<thomas.paradies@xxxxxxxxx> wrote:
> Hi,
>
> I'm building a monitoring application with the need for explicitly refresh a bunch of objects from a database at regular intervals. Is there a way to observe and propagate changes at/in the objects due to the refresh as eclipse databinding offers? Perhaps its possible to couple eclipselink and eclipse databinding seamlessly?
>
> Thomas
>
>
>
>
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>


Back to the top