Java Web Start software provides the power to launch full-featured applications with a single click. Users can download and launch applications, such as a complete spreadsheet program or an Internet chat client, without going through complicated installation procedures. With Java Web Start software, the user can launch a Java application by clicking a link in a web page. The link points to a Java Network Launching Protocol (JNLP) file, which instructs Java Web Start to download, cache, and run the application. Java Web Start software provides Java developers and users with many deployment advantages: - With Java Web Start, you can place a single Java application on a web server for deployment to a wide variety of platforms, including Windows 2003/Vista/2000/XP, Linux, and Solaris operating systems.
- Java Web Start supports multiple, simultaneous versions of the Java Platform, Standard Edition. Specific applications can request specific Java platform versions without conflicting with the different needs of other applications. Java Web Start automatically downloads and installs the correct version of the Java platform as necessary based on the application's needs and the user's environment.
- Users can launch a Java Web Start application independently of a web browser. The user can be off-line or unable to access the browser. Desktop shortcuts can also launch the application, providing the user with the same experience as a native application.
- Java Web Start takes advantage of the inherent security of the Java platform. By default, applications have restricted access to local disk and network resources. Users can safely run applications from sources that are not trusted.
- Applications launched with Java Web Start are cached locally, for improved performance.
- Java Web Start provides limited support for applets through its built-in applet viewer. However, this is not intended to be a full-scale applet environment, such as the one provided by Java Plug-in. Java Web Start's applet viewer has certain limitations; for example, you cannot specify class files as resources, and it does not accept policy files.
In Java Platform version 1.4.2 and later, Java Web Start software is installed as part of the Java Runtime Environment (JRE). Users do not have to install it separately or perform additional tasks to use Java Web Start applications. Read the rest of the lesson |