Client side GUI-like web framework ?
Michael L Torrie
torriem at chem.byu.edu
Mon Feb 4 19:09:43 EST 2008
USCode wrote:
> riquito at gmail.com wrote:
>> You just described what XUL aims to be
>> http://developer.mozilla.org/en/docs/The_Joy_of_XUL
>> http://developer.mozilla.org/en/docs/XULRunner
>>
>> At present it lacks for sure documentation (or maybe it isn't
>> organized really well)
>
> Just took a look at XUL and it in some ways describes what I was
> thinking except it doesn't appear to deliver it's interface via a
> browser/web server. Then your application wouldn't be accessible via a
> web browser through the internet. The XUL application still appears to
> only execute locally on the client machine?
But it is served up in the firefox web browser. A good example is:
http://www.faser.net/mab/chrome/content/mab.xul
The UI always, by definition, has to run on the client. This is true
whether you're talking about a non-web-based GUI, or an html form. XUL
is no different. XUL does blend client and server-side logic into a
stateful app.
>
> Also, personally I find having to describe your interface directly via
> XML (XUL) is just plain ugly.
I agree completey.
>
--
Michael Torrie
Assistant CSR, System Administrator
Chemistry and Biochemistry Department
Brigham Young University
Provo, UT 84602
+1.801.422.5771
More information about the Python-list
mailing list