Hi, I've just seen that in DesktopApplicationContext there is some Web Start related stuff that tries to set the origin, so a little question:
- this stuff is not available in the BrowserApplicationContext because origin here is set in another way, ok. But someone has tried to see in this case having the Applet deployed also adding the (new) optional parameter jnlp_href ? Could be useful in many situations ... Some info on this, since Java 6 Update 10: a ready-to-use sample http://blogs.sun.com/thejavatutorials/entry/deploying_an_applet_in_under and some reference docs http://blogs.sun.com/thejavatutorials/entry/deployment_toolkit_101 http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html - if Web Start is available, can be set a boolean flag (defined in ApplicationContext) read-only for applications ? Could be useful in many situations ... Thanks, Sandro
