Jump to content

UIML

From Wikipedia, the free encyclopedia

UIML(User Interface Markup Language) is anXML-basedmarkup languageused to defineuser interfaceson computers. The primary purpose of UIML is to streamline the process of developing user interfaces, enabling programmers to describe their interfaces indeclarative terms(i.e., as text) andabstractthem. For instance, when describing a message window, a programmer using this language could write:

<partclass="DialogMessage"name="HelloWorld"/>

In theory, a programmer could use a description to create user interfaces for various platforms. Though, in practice, these platforms present challenges for comprehensive translation.

Currently, UIML is undergoing standardization byOASIS,with the latest iteration being UIML 4.0, which was released in 2008.[1]A parallel effort with similar objectives to UIML isUsiXML.[2]

Implementations

[edit]
  • jUIML– An implementation inJavaSwing.
  • UIML.Net– A free UIML renderer written in C#. It has been developed at the Expertise Centre for Digital Media (Hasselt University,Belgium) and can render a UIML document using different widget sets and different platforms. The software is hosted onGitHub.

References

[edit]
  1. ^"oasis-open.org/committees/uiml".Retrieved2018-09-06.
  2. ^"UsiXML.org".Retrieved2007-01-21.