5.5

Table Of Contents
Web View Components 6
Web view components add Orchestrator functions to Web pages. For example, you can add Web view
components to Web pages that allow users to run workflows from a Web page in a browser.
You build Orchestrator Web views by adding JWC components to HTML Web pages. Orchestrator provides
a library of JWC Web view components that add predefined orchestration functions to Web views. The JWC
Web view components that Orchestrator provides conform to the Tapestry Framework 4.0 standard.
In addition to the library of Web view components that Orchestrator provides, you can use every standard
component from the Tapestry Framework 4.0 in Web views.
n
Tapestry Web View Components on page 25
With the Tapestry Web view components in the Orchestrator Web view component library, you can
add orchestration functions to Web views. The Tapestry Web components in the Orchestrator library
define actions that access objects in the Orchestrator server.
n
Creating Tapestry Web View Components on page 26
With Orchestrator, you can create custom Tapestry Web view components to perform orchestration
functions from Web pages. A Tapestry Web view component conforms to the Tapestry Framework
standard version 4.0.
n
Orchestrator Tapestry Component Library on page 32
Orchestrator has a library of Tapestry components that you can reference in Web views. You can also
use all of the components that the Tapestry Framework 4.0 standard defines.
Tapestry Web View Components
With the Tapestry Web view components in the Orchestrator Web view component library, you can add
orchestration functions to Web views. The Tapestry Web components in the Orchestrator library define
actions that access objects in the Orchestrator server.
The Tapestry Web view components that Orchestrator provides add functions to Web views such as
obtaining and displaying the properties of an object in the server, starting workflows, or obtaining
information from the user.
You add Tapestry components to a Web view by adding a jwcid attribute to an HTML tag in a Web page.
When you reference a Web view component, you prefix the name of the component with the @ character.
Certain Web view components require you to set additional properties when you set the jwcid attribute.
VMware, Inc.
25