Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-incubator-e4-dev] Added " Declarative UI/CSS/UI Model" to Work Area page


Hi Angelo,

I seem to recall you might've posed about this before right? (So many emails!)  To ensure this isn't lost, how about you write an e4 wiki page about it, linked off of the Declarative UI subject area?

We've seen a few emails go by with pointers to possible technology choices for declarative/CSS.  It'd be great to have wiki pages for each so we can compare and contrast.

Kevin



"Angelo zerr" <angelo.zerr@xxxxxxxxx>
Sent by: eclipse-incubator-e4-dev-bounces@xxxxxxxxxxx

05/21/2008 11:48 AM

Please respond to
E4 developer list <eclipse-incubator-e4-dev@xxxxxxxxxxx>

To
"E4 developer list" <eclipse-incubator-e4-dev@xxxxxxxxxxx>
cc
Subject
Re: [eclipse-incubator-e4-dev] Added " Declarative UI/CSS/UI Model"        to Work Area page





Hi,

I have created
Akrogen which is Eclipse plugin to generate code with Wizard Eclipse that you can write with XML/XUL and _javascript_. You can link the XMl wizard with Template (Freemarker, XSL, Velocity) or ANT target to generate code.

XUL is interpret into SWT with Wazaabi, but I'm workinkg on
TK-UI project to improve Akrogen to :

* manage the XML UI description with any grammar (XHTML, XUL, XForms...)
* manage binding like XAML like this <input value="{Binding source=jsPerson Path=name}" /> to bind Scriptable object with UI.
* manage CSS style.

For the binding I'm using JFace Databinding to bind the UI SWT with DOM element and manage binding like XAML.

If you are interested with my work don't hesitate to contact me.

Regards Angelo

2008/5/21 Kevin McGuire <Kevin_McGuire@xxxxxxxxxx>:

Hi gang,


I added a heading "Declarative UI/CSS/UI Model" to the Work Areas page,
http://wiki.eclipse.org/E4/Work_Areas.  Maybe they shouldn't be grouped together, split them if you want, but for getting started I thought we might benefit more from consolidation than specialization.

Btw, what's the purpose of the WorkAreas page?  I assume its those who intend on doing actual work in an area?  (We should have some explanation text at the top).  There's a lot less names there than on the topics page :)  


Kevin

_______________________________________________
eclipse-incubator-e4-dev mailing list

eclipse-incubator-e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipse-incubator-e4-dev

_______________________________________________
eclipse-incubator-e4-dev mailing list
eclipse-incubator-e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipse-incubator-e4-dev


Back to the top