What options are there for splitting UI layout from code logic using a markup language?

Posted by Daenyth on Programmers See other posts from Programmers or by Daenyth
Published on 2012-06-11T23:25:24Z Indexed on 2012/06/12 4:46 UTC
Read the original article Hit count: 196

Filed under:
|

What tools similar to GWT's UIBinder exist in other languages? By this I mean a system where you can define your UI layout in a markup language (preferably html+css) and attach the functionality to the layout using the code. I'm most interested in anything for python, but answers in other languages would interest me as well.

I'm interested because the benefits of having a non-programmer work directly on the layout without needing to touch the code and adjust a bunch of UI toolkit method calls is very productive.

I'm aware of Flex for flash, but is there anything else out there?

What search terms might I use to find such frameworks? I've looked around but I haven't found anything concrete.

© Programmers or respective owner

Related posts about frameworks

Related posts about gui-design