Open main menu

CDOT Wiki β

What is XULRunner

Revision as of 23:32, 11 December 2006 by Mylau (talk | contribs)

XULRunner is a Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. Its similar to other existing runtime applications such as J2SE Java Runtime Environment (JRE). It allows developers to write desktop application.

This runtime package provides a way for installing, upgrading, and uninstalling XULRunner applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products. These applications can be written in any supported technologies by Mozilla web platform. Some of these technologies are the following:

  • HTML
  • XHTML
  • SVG
  • XUL

XULRunner application is an altnerative to avoid the use of Firefox. The following are the trade offs of using a XULRunner application:

Pros

  • Runs on its own independent process
  • Does not require Firefox to run
  • Markup based UI (like XAML)
  • Allows applications to be cross platform

Cons

  • Auto-update code would need to be written
  • Installation files are larger tod ownload when including XULRunner binaries (+13MB)


Note: The listed pros and cons are not all the trade offs of using XULRunner. Instead these are the trade offs of using XULRunner application as apose to Firefox.