4.1

Table Of Contents
Developing Web Views 9
Orchestrator Web views are Web 2.0 frontends that allow users to access Orchestrator workflows and objects
in the Orchestrator inventory by using a Web browser rather than by using the Orchestrator client.
Orchestrator provides a standard Web view that users can use to run workflows, called weboperator. The
weboperator Web view provides end users with browser access to all of the workflows in the library, that they
can run on all of the objects in the inventory.
Orchestrator provides a set of Web components that you can use to develop custom Web views to perform
other orchestration operations through a browser.
n
Web View Overview on page 282
A Web view is a package of Web pages, style sheets, icons, and banners that represent a complete Web
site. Web views can contain special Java Web Components (JWC) that add Orchestrator functions to the
pages of the Web views. For example, you can add components that allow users to run workflows from
a browser.
n
Weboperator Web View on page 282
Orchestrator provides a standard Web view called weboperator that allows users to run workflows from
a browser.
n
Web View Development Tasks to Perform in Orchestrator on page 283
You create the Web pages and Web view components that form an Orchestrator Web view by using Web
development tools. You also use the Orchestrator client and configuration interface to perform many of
the steps of Web view development.
n
File Structure of a Web View on page 293
When you develop a Web view, you must save the collection of Web pages and Web view components
that comprise the Web view to a working folder. The Web view working folder must conform to basic
file-naming and file-structuring rules.
n
Web View Home Page on page 293
All Web views must contain a file named default.html, that you must save at the root of the Web view
working folder. The default.html file is the home page of the Web view.
n
Web View Components on page 294
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.
n
Accessing Server Objects from URLs on page 310
You can add URLs to Web view pages to access objects in the Orchestrator server, without having to
implement a Web view component. For example, you can add URLs to Web view pages that run an action
in the Orchestrator server or URLs that retrieve resource elements from the Orchestrator server.
VMware, Inc.
281