Archive for November, 2008
XWT - Declarative UI designed for Eclipse
Introduction
With today’s Eclipse 3.x stream, UI development uses still direct programming mode: UI controls and event handling are directly created in Java. This solution presents several drawbacks:
High technology pre-requisite as UI developer
Difficult to separate UI appearance and business logic
Poor reusability
Limitation of the dynamic UI support
Very hard to integrate with develop tools
A new UI programming [...]
[ Back to top ]

