RSS

Search Engine

Wednesday, June 23, 2010

Eclipse Data Binding - Overview

Databinding provides a flexible way of connecting a domain model with the User Interface.

The Eclipse Data Binding connects your domain model and the user interface. Changes in both will be automatically synchronized. You can use default or customized data validators to check the data and can use converters to convert the data between the UI and the domain model.

We will build an application which displays the data of a person and lets you change the person in the UI. Can you also trigger a direct change in the model via a button. Changes in the UI and the model will be synchronized with each other.

0 comments:

Post a Comment