Java Web Start: Difference between revisions

Content deleted Content added
mNo edit summary
m Popups-assisted redirection bypass from Sandbox (security) to Sandbox (computer security)
Line 2:
[[Image:Apple Java Web Start.png|left|80px]]
 
'''Java Web Start''' is a framework developed by [[Sun Microsystems]] that enables starting [[Java programming language|Java]] applications directly from the [[World Wide Web|web]] using a [[web browser|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 javax.jnlp 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) without giving the application the ability to do what it likes with those resources.