DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
QName - This is used to identify different generators supporting different JavaScript frameworks. This is now present internally and configured as
private static final QName NAME = new QName("http://tuscany.apache.org/xmlns/sca/1.1", "component.script.generator.dojo");
private static final QName NAME = new QName("http://tuscany.apache.org/xmlns/sca/1.1", "component.script.generator.dojo");
in DojoJavaScriptComponentGeneratorImpl.java
How can we bring it out and make it configurable in a composite file.
...