Data binding
In computer programming, 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 and UI 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).{{cite web |url=https://www.techopedia.com/definition/15652/data-binding|title=What is Data Binding? |work=Techopedia.com |accessdate=30 December 2015}}
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.{{cite web |url=https://msdn.microsoft.com/en-us/library/ms752347(v=vs.110).aspx |title=Data Binding Overview |work=Microsoft Developer Network |publisher=Microsoft |access-date=29 December 2016}}
Data binding frameworks and tools
List of examples of data binding frameworks and tools for different programming languages:
= C# .NET =
= Delphi =
- DSharp third-party data binding tool
- OpenWire Visual Live Binding—third-party visual data binding tool
- LiveBindings
= Java =
- Google Web Toolkit
- JavaFX
- Eclipse
= JavaScript =
{{Main|Comparison of JavaScript-based web frameworks}}
= Objective-C =
- AKABeacon iOS Data Binding framework
= Swift =
= Scala =
- Binding.scala
See also
References
{{reflist}}
Further reading
- {{cite book |last=Noyes |first=Brian |title=Data Binding with Windows Forms 2.0: Programming Smart Client Data Applications with .NET |url=https://books.google.com/books?id=RxptHgJ5W2cC |date=12 January 2006 |publisher=Pearson Education |isbn=978-0-321-63010-0}}
{{DEFAULTSORT:Data Binding}}
{{Comp-sci-stub}}