This is a very simple UI component example. It gives you the basic concept of the eFace Tool and XAML.
To see an enlarged view, click here. The demo takes about 2 minutes.
This example illustrates the general mechanism of the powerful Data Binding. The model of Java class is a Person with two properties: name and age. The two properties can be changed in the corresponding TextBox. Two other static Label show in real-time the data values.

Here are the source codes of this demo.
To see an enlarged view, click here. The demo takes 3 minutes.
This demostration shows the possibility to use Microsoft Visual Studio to design the UI elements for eFace. The designer is not expected to know XAML syntax. The demo contains two parts. The first one is to use Visual Studio to design the UI elements; the second one is to import the XAML content in Eclipse.
To see an enlarged view, click here. The demo takes 2 minutes 40 seconds.
This is a Microsoft WPF's sample on Data Binding. The .NET version can be found here and Java codes here. This sample creates a product listing application that allows users to enter items for sale. It demonstrates the following data binding concepts:
|
|
To see an enlarged view, click here.
The demo takes 80 seconds.