Print
Declarative Programming, emphasizing UI Generation at Runtime
On Saturday, I was given the chance to talk at the 2006 Southern California CodeCamp.
My talk was all about Declarative Programming in Java with an emphasize on GUI generation at runtime using XUL motors like Thinlet and Swixml, where Graphical User Interfaces are described in XML documents that are parsed and rendered at runtime.
This late binding of the GUI has many advantages. E.g., enabling features, which are based on a license code or a user's role, does not have to be hard coded anymore. Instead an XML document describing the application's GUI could be dynamically loaded.
While open-source projects like Thinlet and Swixml focus mainly on the GUI, they are also good examples for how declarative programming can be done in Java.
Presentation slides are available here: Declarative Programming, emphasizing UI Generation at Runtime


QR code, to put this blog on your mobile