Jump to content

UIML: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Line 11: Line 11:


== UIML implementations ==
== UIML implementations ==
* [http://lumumba.uhasselt.be/kris/projects/uiml.net Uiml.Net] – An implementation in [[C Sharp|C#]] for [[.NET Framework|.Net]]
* [http://sourceforge.net/projects/juiml jUIML] – An implementation in [[Java (programming language)|Java]] [[Swing (Java)|Swing]]
* [http://sourceforge.net/projects/juiml jUIML] – An implementation in [[Java (programming language)|Java]] [[Swing (Java)|Swing]]



Revision as of 20:59, 12 February 2007

UIML (User Interface Markup Language) is an XML 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:

<ELEM 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

References

  1. ^ "UIML.org". Retrieved 2006-07-21.
  2. ^ "UsiXML.org". Retrieved 2007-01-21.