easysoa / EasySOA

A light, collaborative platform to make Service Oriented Architecture simple.
http://www.easysoa.org
35 stars 8 forks source link

Proxy the UI Scaffolder through the web server #44

Closed mkalam-alami closed 12 years ago

mkalam-alami commented 12 years ago

In Nuxeo, define a configurable constant to allow to either directly use the HTML page or its proxied version.

Details by mdutoo: use node.js / connect / express to proxy the scaffoldingProxy, so relative URLs to node-served resources are possible . NB. it will also work in test-started scaffoldingProxy AT THE CONDITION it is accessed through node, which is acceptable for Q/A testing (while unit testing doesn't need pretty layout)"

mkalam-alami commented 12 years ago

Done, the scaffolder UI can now be accessed on the Node server:

http://localhost:8083/scaffoldingProxy/?wsdlUrl=...

Instead of:

http://localhost:8090/scaffoldingProxy/?wsdlUrl=...

The authentication filter is applied when the UI is called through Node.