Jump to content

UIML: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v2.0beta)
No edit summary
Line 8: Line 8:
In theory then you could use that description to generate user interfaces for different platforms, like [[Personal Digital Assistant|PDA]]s. In practice, the different capabilities of those different platforms make a complete translation difficult. Other less ambitious [[domain-specific programming language]]s attempt only to describe the user interfaces (or other parts of the application or process) in a domain (for example Windows). See for example the Microsoft language [[Extensible Application Markup Language|XAML]]. These languages do a better job usually, but are less flexible.
In theory then you could use that description to generate user interfaces for different platforms, like [[Personal Digital Assistant|PDA]]s. In practice, the different capabilities of those different platforms make a complete translation difficult. Other less ambitious [[domain-specific programming language]]s attempt only to describe the user interfaces (or other parts of the application or process) in a domain (for example Windows). See for example the Microsoft language [[Extensible Application Markup Language|XAML]]. These languages do a better job usually, but are less flexible.


Today, UIML is being standardized by [[OASIS (organization)|OASIS]].<ref>{{cite web|url = http://www.uiml.org/|title = UIML.org|accessdate = 2006-07-21|deadurl = yes|archiveurl = https://web.archive.org/web/20110719171715/http://www.uiml.org/|archivedate = 2011-07-19|df = }}</ref>
Today, UIML is being standardized by [[OASIS (organization)|OASIS]].<ref>{{cite web|url = https://www.oasis-open.org/committees/uiml|title = oasis-open.org/committees/uiml|accessdate = 2018-09-06}}</ref>


A separate effort with the same goals as UIML is [[UsiXML]].<ref>{{cite web| url = http://www.usixml.org/|title = UsiXML.org|accessdate = 2007-01-21}}</ref>
A separate effort with the same goals as UIML is [[UsiXML]].<ref>{{cite web| url = http://www.usixml.org/|title = UsiXML.org|accessdate = 2007-01-21}}</ref>

Revision as of 21:59, 6 September 2018

UIML (User Interface Markup Language) is an XML-based user interface markup language for defining user interfaces on computers. Basically UIML tries to reduce the work needed to develop user interfaces. It allows you to describe the user interface in declarative terms (i.e. as text) and abstract it. Abstracting means that you don't exactly specify how the user interface is going to look, but rather what elements are to be shown, and how should they behave. For example, to describe a message window, you could write:

<part class="DialogMessage" name="HelloWorld"/>

In theory then you could use that description to generate user interfaces for different platforms, like PDAs. In practice, the different capabilities of those different platforms make a complete translation difficult. Other less ambitious domain-specific programming languages attempt only to describe the user interfaces (or other parts of the application or process) in a domain (for example Windows). See for example the Microsoft language XAML. These languages do a better job usually, but are less flexible.

Today, UIML is being standardized by OASIS.[1]

A separate effort with the same goals as UIML is UsiXML.[2]

UIML implementations

  • jUIML – An implementation in Java Swing
  • 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 now hosted on Github.

References

  1. ^ "oasis-open.org/committees/uiml". Retrieved 2018-09-06.
  2. ^ "UsiXML.org". Retrieved 2007-01-21.