Is it possible to pass maven-like arguments on a JNLP file?
<jnlp spec="1.0+" codebase="${javafxCodebase}" href="Foo.jnlp">
<information>
<title>${javafxTitle}</title>
<vendor>${javafxVendor}</vendor>
...
</information>
...
</jnlp>
And if so, who will pass these data to the jnlp file? What comes to mind is:
http://localhost:8080/Foo.jnlp?javafxCodebase=bar&javafxTitle=baz