johvargas / sfdc-wsc

Automatically exported from code.google.com/p/sfdc-wsc
0 stars 0 forks source link

Enhancement: Remove dependency to Rhino #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current code-generation (wsdlc tool) works by creating JavaScript from 
templates, then invoking the JavaScript to create JAVA source. This process is 
not transparant and minor changes in the templates can have interesting results.
Also this template mechanism gives hard dependency to Rhino.

The template mechanism could be simplified where JAVA source is generated 
directly, removing dependency to Rhino and hopefully create a more transparant 
codegeneration process.

Original issue reported on code.google.com by jesperudby on 10 Feb 2013 at 12:59

GoogleCodeExporter commented 8 years ago
Development moved to: https://github.com/forcedotcom/wsc

Original comment by jesperudby on 20 Feb 2013 at 4:42