How can we dynamically open a file in an Oxygen XML Editor distributed via JWS?
<copy file="${outputDir}/${packageName}/${productName}.jnlp" tofile="${home}/JNLP-INF/APPLICATION.JNLP"/>
<application-desc main-class="ro.sync.jws.JwsDeployer"> <argument>*</argument> </application-desc>
Then you can replace the wildcard in the external placed JNLP to the actual, dynamic command line arguments value.
http://path/to/server/redirectEditedURL.phpWhen the URL gets clicked on the client side you would also call a PHP script on the server side which would update the redirect location for redirectEditedURL.php to point to the clicked XML resource. Then the opened Oxygen XML Editor would try to connect to the redirect PHP and be redirected to open the XML.