Holger Knublauch's Blog
Rich Internet Applications (RIAs) run inside web browsers and provide a much
more dynamic user experience than conventional web pages. While traditional
HTML-based pages require a full reload of the page when the user clicks on a
link, many modern web pages only reload parts of the page and provide
animations to dynamically navigate through an information space.
There are several platforms to implement such dynamic web pages, for example
AJAX, Flash, Java FX, Microsoft Silverlight, OpenLaszlo, XUL. These platform
all share a similar programming model that mixes declarative (XML) elements
to describe the layout of user interfaces with some imperative scripting to
define the application's behavior.
For our newest Semantic Web tooling platform TopBrai... (more)