Eclipse
Understanding JFace data binding in Eclipse
_침묵_
2006. 10. 27. 20:57
http://www-128.ibm.com/developerworks/opensource/library/os-ecl-jfacedb1/
Understanding JFace data binding in Eclipse, Part 1:The pros and cons of data binding
Stop writing data synchronization code and start solving problems
Scott Delap(scott@clientjava.com), Desktop/Enterprise Java Consultant,
26 Sep 2006
Large amounts of the development time for Java™ graphical user interface (GUI) applications involve simply moving data out of domain objects into GUI components and back again. In recent years, several data binding frameworks have stepped to the forefront to automate this data synchronization process. This article explains what a data binding framework does, introduces several popular Java GUI data binding frameworks, and covers the pros and cons of using data binding.