Content deleted Content added
updated "Unofficial Java Web Start/JNLP FAQ" link, which previously lead to a portal unrelated to Java Web Start |
Thumperward (talk | contribs) general copyedit |
||
Line 2:
[[Image:Apple Java Web Start.png|left|80px]]
'''Java Web Start''' is a framework developed by [[Sun Microsystems]]
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.
Version 1.0 of Web Start was introduced by Sun in March
== Java Network Launching Protocol ==
Line 12:
'''Java Network Launching Protocol''' ('''JNLP''') is a closely-related concept that is often used interchangeably with the term "Web Start." It is the protocol, defined as an [[XML]] file format, that specifies how Java Web Start applications are started. JNLP files include information such as the ___location of the [[Jar (file format)|jar]] package file and the name of the main class for the application, in addition to any other parameters for the program. With a properly configured browser, JNLP files are passed to a Java Runtime Environment which in turn downloads the application onto the user's machine and starts executing it. JNLP was developed under the [[Java Community Process]] as JSR 56, which includes the original 1.0 release, the subsequent 1.5 maintenance release, and [[as of 2006]], the pending 6.0 maintenance release.
Important Web Start features include the ability to automatically download and install a JRE
== Known Webstart Applications ==
Line 24:
== References ==
<div class="references-small">
<references />
</div>
== External links ==
|