UIML: Difference between revisions
Revi, rem. not related |
|||
(43 intermediate revisions by 34 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|User Interface Markup Language}} |
|||
UIML stands for "User Interface Markup Language." UIML is an XML language for defining [[User Interface|user interfaces]] on computers. A standards organization can be found here: [http://www.uiml.org/intro/index.htm uiml.org]. |
|||
{{Tone|date=February 2023}} |
|||
'''UIML''' ('''User Interface Markup Language''') is an [[XML]]-based [[User interface markup language|markup language]] used to define [[User interface|user interfaces]] on computers. The primary purpose of UIML is to streamline the process of developing user interfaces, enabling programmers to describe their interfaces in [[Declarative programming|declarative terms]] (i.e., as text) and [[Abstraction|abstract]] them. For instance, when describing a message window, a programmer using this language could write: |
|||
<syntaxhighlight lang="xml"> |
|||
== UIML implementations == |
|||
<part class="DialogMessage" name="HelloWorld"/> |
|||
</syntaxhighlight> |
|||
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 by [[OASIS (organization)|OASIS]], with the latest iteration being UIML 4.0, which was released in 2008.<ref>{{cite web |title=oasis-open.org/committees/uiml |url=https://www.oasis-open.org/committees/uiml |access-date=2018-09-06}}</ref> A parallel effort with similar objectives to UIML is [[UsiXML]].<ref>{{cite web |title=UsiXML.org |url=http://www.usixml.org/ |access-date=2007-01-21}}</ref> |
|||
== Implementations == |
|||
⚫ | |||
* [https://github.com/jozilla/Uiml.net 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 on [[GitHub]]. |
|||
== References == |
|||
<references/> |
|||
[[Category:Open standards]] |
|||
[[Category:User interface markup languages]] |
|||
* [http://lumumba.uhasselt.be/kris/projects/uiml.net Uiml.Net] - An implementation in C# for .Net |
|||
⚫ | |||
{{compu-lang-stub}} |
{{compu-lang-stub}} |
Latest revision as of 19:20, 18 April 2024
This article's tone or style may not reflect the encyclopedic tone used on Wikipedia. (February 2023) |
UIML (User Interface Markup Language) is an XML-based markup language used to define user interfaces on computers. The primary purpose of UIML is to streamline the process of developing user interfaces, enabling programmers to describe their interfaces in declarative terms (i.e., as text) and abstract them. For instance, when describing a message window, a programmer using this language could write:
<part class="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 by OASIS, with the latest iteration being UIML 4.0, which was released in 2008.[1] A parallel effort with similar objectives to UIML is UsiXML.[2]
Implementations
[edit]- 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 hosted on GitHub.
References
[edit]- ^ "oasis-open.org/committees/uiml". Retrieved 2018-09-06.
- ^ "UsiXML.org". Retrieved 2007-01-21.