Difference: LaunchingAPPXDesktopClientFromWebPageViaJavaWebstart (8 vs. 9)

Revision 92009-03-06 - 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: 138 to 138
 
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for APPX Desktop Client 4.2.a Application -->
Changed:
<
<
<jnlp spec="1.0+" codebase="http://www.example.com/appx/" href="appx.jnlp">
>
>
<-- JNLP File for APPX Desktop Client 4.2.a Application -->
<-- example JNLP file that will launch the APPX Desktop Client -->

<-- where the jnlp file lives on the web -->
  APPX Desktop Client 4.2.a Java Web Start Demo Application APPX Software, Inc.
Changed:
<
<
APPX Desktop Client 4.2.a Demonstration Application A demo of the of the APPX Desktop Client.
>
>
APPX Desktop Client version 4.2.a. Connects to APPX Client Login Manager.
<-- hover help for this app.  -->
APPX Desktop Client 4.2.a
<-- This is the APPX Desktop Client application icon and splash screen. -->
<-- relative to codebase -->
<-- allow app to run without Internet access -->
  <offline-allowed/>
Added:
>
>
<-- The APPX Desktop Client requires the all-permissions value for the security element -->
  <all-permissions/>
Line: 155 to 164
  <all-permissions/>
Added:
>
>
 
Changed:
<
<
>
>
<-- Acceptable JVMs in preferred order, best first -->
<-- Sun JVM -->
<-- application code, load before launch. JNLP 1.6 main="true" indicates jar with main class -->

<-- JNI native Sun .so code -->
<-- relative to codebase -->

<-- JNI native Windows .dll code -->
<-- relative to codebase -->

<-- JNI native Linux .so code -->
<-- relative to codebase -->
 
Added:
>
>
<-- JNI native Mac OS X 64bit .so code -->
<-- relative to codebase -->

<-- JNI native Mac OS X 32bit .so code -->
<-- relative to codebase -->

<-- JNI native Mac OS X ppc .so code -->
<-- relative to codebase -->

<-- application class with main method -->
  <application-desc main-class="start.Appx">
Added:
>
>
<-- command line arguments -->
  -windowTitle=APPX - $(host):$(port)
Changed:
<
<
-remotePort=8060
>
>
-remotePort=8064
  -remoteUser=prospect -remoteHost=demo.appx.com -remotePassword=prospect
Line: 185 to 236
 The appx.html file exists only to provide someone with a link to click the appx.jnlp file. It is not technically needed because if someone entered the path to the jnlp file the application would launch just the same as if the jnlp file had been clicked from a link in the html file.

appx.jnlp

This is an XML file that defines the environment that the APPX Desktop Client will run it.
Added:
>
>
  • The Codebase is the location of the .jar file we will create for this application
The Information section contains the information the splash screen will display
 

splash.gif

This is the initial image displayed while the APPX Desktop Client is loading, it is referenced by name in the appx.jnlp file.
 
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