Java Web Start: Difference between revisions

Content deleted Content added
mNo edit summary
Line 2:
[[Image:Apple Java Web Start.png|left|80px]]
 
'''Java Web Start''' is a framework developed by [[Sun Microsystems]] which allows [[Applicationapplication software]] for the [[Java Platform]] to be started directly from the Internet using a [[web browser]]. Unlike [[Java applet]]s, Web Start applications do not run inside the browser, and the [[sandbox (computer security)|sandbox]] in which they run does not have to be as restricted, although this can be configured. One chief advantage of Web Start over applets is that they overcome many compatibility problems with browsers' Java [[plugin]]s and different [[Java virtual machine|JVM]] versions. On the other hand, Web Start programs cannot communicate with the browser as easily as applets. To assist migration, a Java Applet can also be used as a Java Web Start application.
 
Web Start also provides a series of classes in the <code>[http://java.sun.com/products/javawebstart/docs/javadoc/index.html javax.jnlp]</code> [[Java package|package]] which provide various services to the application. Most of these services are designed around the idea of allowing carefully controlled access to resources (such as files and the system clipboard) while restricting the application to authorized operations.