Applications

Identifier:
com.ibm.eswe.workbench.WctApplication

Since:
WCTME Enterprise Offering 5.8.0 NOTE: Description and Version elements from 5.8.0 are deprecated for the WebSphere Everyplace Deployment 6.0.0 and Expeditor 6.1.0 release.

Description:
This extension point provides for the definition of an application to be launched.

Configuration Markup:

<!ELEMENT extension (Application)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #REQUIRED

name  CDATA #IMPLIED>


<!ELEMENT Application EMPTY>

<!ATTLIST Application

DisplayName   CDATA #REQUIRED

PerspectiveId CDATA #REQUIRED

Icon          CDATA #IMPLIED>

Specifies an instance of an application that will be created. It is added to the Launcher list.



Examples:

(1) This application shows a rich client application that is to be run on Expeditor runtime.

<extension point="com.ibm.eswe.workbench.WctApplication">
 <Application DisplayName="Order Entry Rich Client sample"
      PerspectiveId="com.ibm.eswe.orderentry.OrderEntryPerspective"/>
</extension>

(2) This application shows a rich client application that defines an icon.

<extension point="com.ibm.eswe.workbench.WctApplication">
  <Application DisplayName="Order Entry Rich Client sample"
       PerspectiveId="com.ibm.eswe.orderentry.OrderEntryPerspective"
       Icon="OE_32x32.gif"/>
</extension>

Supplied Implementation:
The Expeditor runtime will use this extension point to register an application. The applications will be displayed in the Launcher list.



Licensed Materials - Property of IBM (C) Copyright IBM Corp. 2004, 2006. All Rights Reserved. IBM is a registered trademark of IBM Corp.