project May 28, 2014 Model-Driven Node: Tags and Queues Nodejitsu doesn't support the ZMQ queue, so I switched to Kue. I want to tag...
project May 27, 2014 Model-Driven Node: Reference Implementation This is my reference implementation driven by xsd schemas, a working model of an enterprise app generated...
project May 26, 2014 Model-Driven Node: Scalability Most developers think technical spec when they read scalability. Node.js's claim to fame is...
project May 25, 2014 Model-Driven Node: XJC Compiler My code generation tool originally used xjc-generated java classes. I tried to remove that dependency with Velocity&...
project May 24, 2014 Model-Driven Node: Extending XSD Schema I wanted a better way to bind node-specific behavior to xsd elements. Right now, the jax-rs annotations...
project May 22, 2014 Model-Driven Node: Object Graph Impedance Node.js purists may question this synthesis of java tooling and node.js but I'm...