To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

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 utilizing this language would write:

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

In theory, a programmer could utilize such a description to create user interfaces for various platforms, such as PDAs. However, in practice, the distinct capabilities of these platforms present challenges for achieving comprehensive translation. Less ambitious domain-specific programming languages, on the other hand, aim to solely describe user interfaces, or other components of an application or process, within a specific domain, like Windows, for instance. An example of such a language is Microsoft's XAML. These languages often exhibit improved compatibility with other platforms at the cost of tending to be less flexible.

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]

YouTube Encyclopedic

  • 1/3
    Views:
    720
    303
    512
  • UsiXML: Using Abstract UI and Concrete UI editors with MOSKitt
  • AWS CloudFormation: Instance with Security Groups
  • Interlocking simulator with generic user interface

Transcription

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.


This page was last edited on 27 November 2023, at 23:54
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.