Difference: LaunchingAPPXDesktopClientFromWebPageViaJavaWebstart (24 vs. 25)

Revision 252009-03-12 - JoeOrtagus

Line: 1 to 1
 
META TOPICPARENT name="APPXAdministrator"

APPX Desktop Client Launched via Java Web Start

This document will explain how to start the APPX Desktop Client via Java Web Start Technology.
Line: 94 to 94
 

APPX Desktop Client Web Start Bundle Components

appx32.gif

Changed:
<
<
The appx32.gif file is the file used as an application runtime icon. It is referenced by the appx.jnlp file that we review later in this document.
>
>
The appx32.gif file is the file used as an application runtime icon. It is referenced by the appx.jnlp file that we review later in this document.
 

appx.jar

The APPX Desktop Client in Java jar format.

appx.jpg

Line: 153 to 153
 

appx.jnlp

This is an XML file that defines the environment that the APPX Desktop Client will run it. The file is made up of elements, element values, element stanzas and comments. The file is documented with comments. Now take a look at the appx.jnlp file.
Changed:
<
<
>
>
appx.jnlp contents
 
[joe@webserver appx]$ *cat appx.jnlp*

Line: 250 to 250
 
Added:
>
>
Table of possible element / attribute available to you in a JNLP file.
 
Elements and Attributes of a JNLP file
Line: 2616 to 2618
 

splash.gif

Changed:
<
<
This is the initial image displayed while the APPX Desktop Client is loading, it is referenced by name in the appx.jnlp file.
>
>
This is the initial image displayed while the APPX Desktop Client is loading, it is referenced by name in the appx.jnlp file.
 

appx.html

Changed:
<
<
The appx.html file is the web document that a web browser can view. This document contains a link to a Java Web Start file ( appx.jnlp). When this link is clicked, the JRE environment is installed if it doesn't exist on the client desktop, and then the APPX Desktop Client application will load. Subsequent clicks will only download updates. Modify
>
>
The appx.html file is the web document that a web browser can view. This document contains a link to a Java Web Start file (appx.jnlp). When this link is clicked, the JRE environment is installed if it doesn't exist on the client desktop, and then the APPX Desktop Client application will load. Subsequent clicks will only download updates. Modify
 

Configure your web server

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback