Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Re: Some comments on XWT

Angelo,

    In my opinion, 1) makes more sense, because Javascript is weak when
    it comes to data management (modelling, typing and persistence).


You are right, but ScriptableObject can be usefull too. For instance into Akrogen <http://akrogen.sourceforge.net/>, you can describe your wizatd Eclipse with XML/XUL and javascript which are linked to template (Freemarker, XSL, velocity). It's totally declarative. So you can define ScriptableObject into your XUL wizard. XUL element (SWT UI) bounded with the ScriptableObject update the ScriptableObject and you can use it into template Freemarker.

Yes, when more of the solution is based on Javascript, including the data, it makes sense! Thanks for the explanation.

Hallvard



Back to the top