JUL - The JavaScript UI Language

36 views
Skip to first unread message

Zone Builder

unread,
Oct 14, 2013, 7:06:53 AM10/14/13
to js-t...@googlegroups.com
 = About =

The JavaScript UI Language (JUL) is a configuration and instantiation module for the JavaScript frameworks. It can be used with any framework that accepts a configuration object as a constructor parameter, or with a custom factory for the other frameworks.

JUL parses a tree of configuration objects, and creates the run-time components in the expected order and membership. For the most uses, after this step, you will have your application's user interface up and running.

 = Features =

  * implements programming by configuration for event-driven UI JavaScript frameworks
  * top-down and bottom-up creation of the component tree
  * converts a DOM XML document into a configuration tree
  * supports configuration inheritance and tparser meta-information inside a configuration node
  * fully configurable parsing and ability to map node IDs as component instances
  * serialization of the configuration tree to JavaScript or JSON source code

 = URL =

http://jul-javascript.googlecode.com/

Reply all
Reply to author
Forward
0 new messages