Archive for November, 2009
Declarative Data Binding - Part 1
Why Data Binding?
Data binding is a process that establishes a connection between the application UI and business logic. Since 2006, eclipse has worked on this solution. Here is the purpose of JFace data binding, given in JFace Data Binding Introduction:
Developing line of business applications as Eclipse Rich Client Platform applications presents a number of unique [...]
[ Back to top ]
XWT Designer
During the ESE 2009 last week, I have shown a demo with a WYSIWYG editor for XWT in e4 Symphosium and XWT session. It is a tool like VE of eclipse. But the architecture is completely different. XWT Designer relies on XML, instead of Java in VE. And also it doesn’t have two JVMs as [...]
[ Back to top ]
XWT - Data Trigger (2)
In the previous post, I have shown up the Trigger, which is in fact a Control Trigger. The source of Trigger is a UI Control such as Button. It looks like Control Binding, but it is a little bit different in features. Control binding is used to synchronize the state of the two controls. It [...]
[ Back to top ]

