|
Re: Status of the Project [message #781357 is a reply to message #780758] |
Sat, 21 January 2012 02:52 |
Olivier Moises Messages: 6 Registered: July 2009 |
Junior Member |
|
|
Tom,
At the moment the code hosted in eclipse cvs does not cover the whole SWT widgets set. Wazaabi will be soon hosted under git under eclipse.org.
In wazaabi, some common widgets, like Tree, Tables or even Tab/TabFolder are not explicitely present like in SWT.
For instance, we use a single object called 'collection' with different look and feels for Table, Tree or Combo.
Wazaabi assumption is that a Table is a Tree without hierarchy and a Combobox a Table (or a Listbox) whose only one item is displayed at once.
Collections support input, selection, refresh ...
I will put on the wiki examples as soon as possible.
The roadmap for the project is not well defined yet but we plan a 100% coverage of SWT capabilities, a declarative databinding and a tree based editor (not the EMF one) before april 2012.
Regarding Felix + Android, I can say that wazaabi has been designed from the beginning to be independant of equinox. In OSGI mode, it uses only OSGI API. It exists also a non-OGSI mode, in that case of course, dynamic additions of services are not supported.
I did not test wazaabi with other OSGI platforms and will really be interested by a such approach.
Regarding other rendered, a proof of concept has been made for SWING years ago with a container, a button and a textfield. This source code has not been hosted in CVS because it was based on a previous version of wazaabi and has not been updated (lack of time).
From this Proof of Concept, another one has been created under GWT. In that case, reflexion and osgi has not been used so only a subset of the renderer has been tested.
Both of those works are more than one year old.
Olivier
|
|
|
|
Powered by
FUDForum. Page generated in 0.02797 seconds