DiXon-JSClientPages is a free open-source Web development library that makes client-side Web development easier by using the same techniques for client-side content generation as the ones used on the server side in common Web development platforms, albeit with a different syntax.
JSClientPages is to JavaScript as
Note: JSClientPages does not include an MVC framework, although the development of one is currently being considered. However, it does provide similar content templating functionality.
DiXon Generation 1 is a highly portable markup-to-script compiler that converts XHTML pages with advanced presentation logic implemented as either inline code or XML tags from the js namespace to compact DOM-generating code that can then be used to dynamically render content in an arbitrary container on your Web page. It can run on any platform that has a standards-compliant XSLT processor, and at the moment, bindings exist for:
To start developing rich AJAX-enabled Internet applications with DiXon-JSClientPages, consult the following resources: