take a look at jxul and luxor (www.luxor.org)...
we're looking at doing the same thing only in terms of 
generating the XUL like language and then parsing it in a 
Swing-based app afterwards...

jxul merely tries to emulate the XUL stuff - but is still 
tied to the mozilla components - so may not be what you 
want.  

luxor is attempting to write a language to define the user 
interface so that it can generate all the jtables, 
jbuttons, etc based on that spec.  unfortunately, he's 
mixed in some things that are superfluous - so look at it 
carefully.  but he gives a good starting point for 
creating you own XUL based language - after that, if you 
need to parse it into something else, you need to write 
your own XSL stylesheet to handle that...

cool.

peace.  JOe...


On Tue, 19 Mar 2002 09:47:12 +0100
  TREGAN Fabien <[EMAIL PROTECTED]> 
wrote:
>>I don't know anything abou XUL but
>
>It's the XML based GUI-definition used by Mozilla.
>
>>you may be interested in
>>Web Services User Interface consortium
>>http://www.wsui.org/
>
>I've hade a look at this, interesting !
>It's not what I was looking for :
>-wsui allow to map a component to a web services calls.
>-What I'm looking for (and what XUL is) is a standard 
>langauge to describe
>the GUI. My probleme is that actually, in (x)HTML, you 
>can easily tell that
>you want a text input, and let the CSS define how the 
>input will look like
>BUT you have no way to say that you want a menu, and let 
>the CSS define if
>it's a drop-down menu, a treeview, ...
>
>So what i'd like to have in my cocoon project is a SIMPLE 
>transformation of
>my XML datas in a standardized, easy to generate, 
>gui-describing-xml stream,
>and a re-usable layer for gui-description to XHTML 
>transformation.
>
>There are still several question for wich I do not have 
>any answer :
>-Should I define my own 'xgui' set of component or should 
>I use (extend ?)
>xul or uiml ?
>-Is a standard gui-def -> XHTML transformer out of C2 
>scope ?
>-What are the url I should start reading before trying to 
>answer this
>questions by myself ?
>
>Any suggestion is, of course, welcome !
>
>fabien.
>
>
>---------------------------------------------------------------------
>Please check that your question has not already been 
>answered in the
>FAQ before posting. 
><http://xml.apache.org/cocoon/faqs.html>
>
>To unsubscribe, e-mail: 
><[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to