Re: Future of XUL as an application independant UI structure language?
Philipp Wagner <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
Am 01.05.2013 00:27, Marius Heil wrote: > Hey there, > > I'm just preparing a presentation about XUL and I'm wondering whether > XUL is just used and updated for Mozilla products like Thunderbird > and Firefox. When looking at the official documentation > https://developer.mozilla.org/en-US/docs/XUL The last mentioned > version is Firefox 3, which looks to me as if that project is kinda > dead? XUL is still used (and probably will in the foreseeable future be used) for Desktop Firefox and Thunderbird (and Seamonkey of course). It is also used in Firefox OS (although not very much) and AFAIK still in some parts of Firefox for Android It's also used by third-party offerings like Songbird (the desktop version), Bluegriffon and others. > What's the future of XUL? XUL itself is on the decline, being replaced mainly by HTML, which gains more and more capabilities that previously only XUL had (the most recent example being flexboxes). On XULRunner, just (more or less) recently there was a README added to each XULRunner distribution, stating that it's essentially a byproduct of the core Mozilla offerings (mainly Firefox) and not much work goes into maintaining it as a framework on its own. That being said, if you put some work into it, you will find a great and helpful community and a great framework for your own "close-to-the-web" application. Just don't expect it to work in the next release, and also expect to put some work into it yourself. Philipp