Rahul Sharma (Editor)

Data binding

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Data binding is a general technique that binds data sources from the provider and consumer together and synchronizes them. This is usually done with two data/information sources with different languages as in XML data binding. In UI data binding, data and information objects of the same language but different logic function are bound together (e.g. Java UI elements to Java objects).

Contents

In a data binding process, each data change is reflected automatically by the elements that are bound to the data. The term data binding is also used in cases where an outer representation of data in an element changes, and the underlying data is automatically updated to reflect this change. As an example, a change in a TextBox element could modify the underlying data value.

Delphi

  • DSharp 3rd-party Data Binding tool
  • OpenWire Visual Live Binding - 3rd-party Visual Data Binding tool
  • LiveBindings
  • C#

  • Windows Presentation Foundation
  • JavaScript

  • AngularJS
  • Backbone.js
  • BindingJS
  • Datum.js
  • EmberJS
  • Generic Data Binder
  • KnockoutJS
  • React (JavaScript library)
  • SAP/OPEN UI5
  • Vue.js
  • Java

  • Google Web Toolkit
  • Objective-C

  • AKABeacon iOS Data Binding framework
  • Scala

  • Binding.scala Reactive data-binding for Scala
  • References

    Data binding Wikipedia