>And a last optimization of this could be to move Pivot jars in a >dedicated jnlp file, and have all Web Start demos refer to it via the >jnlp referring syntax: >in the jnlp file, under resources i could use: ><extension name="pivot" href="http://some.server.com/pivot.jnlp" />
This is a good suggestion. What is the minimum JDK version for this element? It looks like it might be Java 6. If so, we wouldn't be able to use it yet, since our baseline is still Java 5. >And the same could be done also adding the new applet param >"jnlp_href" to refer to a jnlp file, for applet demos ... I believe this also requires Java 6 - can you confirm? >Ah, finally i found time to write an implementation of >Preferences-like structure with a Web Start back-end to save/load data >in a JSON format (should be usable also from Java 6U10+ from applets >using the new jnlp_href param) ... when ready I'll post files or send >to Greg for review ... Looking forward to it. Thanks. Greg
