-
Bug
-
Resolution: Fixed
-
P4
-
7u6
DT and DTLite allow to pass name and unnamed application arguments to the webstart applications.
Need to:
- start using this new invocation API in dtjava (both DT and DTLite branches)
- update ant task to generate appropriate dtjava calls if at task has these parameters
- update ant task to use list representation for JVM arguments
One open question is how to map ant task entities into dtjava parameters. At the moment ant task supports htmlParam, param and args
but we are only using htmlParam in the html page ...
We can hook same htmlParams for webstart but what about unnamed parameters? They still may make sense as dynamic
but if we take them too then they can not be really dynamic as they are also replicated in jnlp ...
Need to:
- start using this new invocation API in dtjava (both DT and DTLite branches)
- update ant task to generate appropriate dtjava calls if at task has these parameters
- update ant task to use list representation for JVM arguments
One open question is how to map ant task entities into dtjava parameters. At the moment ant task supports htmlParam, param and args
but we are only using htmlParam in the html page ...
We can hook same htmlParams for webstart but what about unnamed parameters? They still may make sense as dynamic
but if we take them too then they can not be really dynamic as they are also replicated in jnlp ...