Is there a comprehensive list of Online Resources for Java Web Start?
· Java Web Start documentation page: http://java.sun.com/j2se/1.5.0/docs/guide/javaws/index.html · Developer’s Guide: http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/contents.html · Java Web Start Discussion Forums: http://forum.java.sun.com/forum.jsp?forum=38 · JSR-56: http://jcp.org/en/jsr/detail?id=56
* JSR-56: http://java.sun.com/aboutJava/communityprocess/jsr/jsr_056_jnlp. html * Product Page: http://java.sun.com/javase/technologies/desktop/javawebstart/ * README: http://java.sun.com/javase/technologies/desktop/javawebstart/docs/readme.html * Developer’s Guide: http://java.sun.com/javase/technologies/desktop/javawebstart/docs/developersguide.html * Java Web Start Discussion Forums: http://forum.java.sun.com/forum.jsp?forum=38 back to top Can I deploy any application with JavaTM Web Start? Java Web Start is an application launcher for Java 2 technology based applications that are written to be Web-deployed. An application must be delivered in a set of JAR files and all application resources, such as images, configuration files and Native libraries, must be included in the JAR files. The resources must be looked up using the ClassLoader getResource or another method. JavaTM Web Start only transfers JAR files from the Web server to the client. If an application is written to run in a