Content deleted Content added
m spelling and readability |
|||
Line 18:
Any computer user can use JNLP by simply installing a JNLP client (most commonly Java Web Start). The client installation can occur automatically, so that the end users can see the client launcher downloading and installing before the Java application the first time they launch the latter.
JNLP works in a similar
This process is mirrored for JNLP; in the same way that a Web browser renders a webpage, a JNLP client 'renders' a Java app. After the user clicks on a weblink the browser submits a URL to a webserver, which replies with a JNLP file (instead of a HTML file) for the application. This file is parsed by the JNLP client, which then requests the resources referenced by this(jar files), and then launches the application once all required resources have been retrieved. Some resources can be marked 'lazy' within the JNLP file, which informs the JNLP client that the application does not need those resources to start, but can be retrieved later on when/if the application requests them.
== Signed
By default, Java
== Well-known applications ==
Line 33:
* [[CrossFTP]] – a user friendly FTP client and server
* [[PowerTeacher]] – a gradebook program for student scores as part of the larger student information system used by schools called [[PowerSchool]].
* [[DataReport Tool]] –
* [http://www.playclockwiser.com Clockwiser] – a free puzzle game
== See also ==
|