- UIDL
Infobox_Software
name = UIDL: User Interface Description Language
caption =
developer = Dominic Cioccarelli
latest_release_version = [http://code.google.com/p/uidl/downloads/list]
latest_release_date =Jan 12 ,2008
operating_system =Cross-platform
genre = GUI
license = GPL
website = [http://www.uidl.net/ www.uidl.net]UIDL (User Interface Description Language) is a project which aims to create a scriptable,
JavaScript based language for expressing complex user interfaces. The aim is to develop a universal client which will display UIDL pages with the same ease with whichHTML pages are displayed.The main features of a UIDL page are the ability to create complex user interfaces (using
Swing based widgets) and to communicate asynchronously with server based objects (using theJSON-RPC protocol).Whilst this may sound similar to
AJAX , the implementation is much cleaner thanks to the ability to natively instantiate complex UI components within the browser and the ability to transparently present server based objects via their JavaScript proxies.The motivation for this project came from the realisation that the (HTML) browser model was developed for document presentation rather than as a GUI for complex applications. Most web application developers resort to hacks and are required to have knowledge of many different technologies (
JavaScript ,HTML , ASP,SQL , etc). Web applications are generally less user friendly than a comparableclient-server application of the 1980’s and the code is much more difficult to maintain (although web applications are easier to deploy).On the other hand, the
browser (or universal client) model is vastly superior in that it makes it easy to deploy application upgrades in a central location without needing to worry about upgrading clients. The proposal in UIDL is therefore to extend the browser model to include support for a rich library of UI components and to asynchronously and transparently update client data structures from objects located on the server.See also
*
Rich Internet Application External links
* [http://www.uidl.net/ UIDL main site]
* [http://code.google.com/p/uidl/downloads/list UIDL download site]
Wikimedia Foundation. 2010.