Content deleted Content added
+cat Category:Java specification requests and JSR 56 |
m →Java Network Launching Protocol: copy editing |
||
Line 10:
== Java Network Launching Protocol ==
'''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
Important Web Start features include the ability to automatically download and install JRE's in case the user does not have Java installed (although this does not work with every browser and platform), and for programmers to specify which JRE version is needed to run a given program. Also, the user doesn't have to remain connected to the Internet to execute the downloaded programs, because they execute from a locally-maintained [[cache]]. Finally, automatic updates of the software from the Web is available when the user is connected to the Internet, thus easing the burden of deployment.
|