Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- GT Developer's Guide
- GT User's Guide (coming soon)
- Migrating from GT2
- Migrating from GT3
Reference
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces (coming soon)
- Resource Properties
- Samples
- Glossary
- Performance Studies (coming soon)
Manuals
Common Runtime
Security
- Non-WS (General) Security
- WS Java Security
- Message-level
- Authz Framework
- CAS
- Delegation Service
- MyProxy
- GSI-OpenSSH
- SimpleCA
- SGAS
Data Mgt
MDS4
Execution Mgt
Table of Contents
There is no "client" programmatic interface to WebMDS; clients communicate using HTTP requests. The web form arguments recognized by WebMDS are documented in User's Guide.
To create a new plugin to collect raw XML data, write a Java class that
implements the WebmdsXmlSource or WebmdsNodeSource
interface. These are documented in
APIs. The FileXmlSource and NodeXmlSource
classes distributed with WebMDS are examples of classes that implement
WebmdsXmlSource; the ResourcePropertyNodeSource
and ResourcePropertyQueryNodeSource classes distributed with
WebMDS are examples of classes that implement the
WebmdsNodeSource interface.
To change the appearance of the output of WebMDS, create a new XSLT transform; see the W3C XSLT Documentation for more information.