Lookup Service resources
From GEANT2-JRA1 Wiki
(Redirected from Lookup Service)
Contents |
[edit]
Information
The Lookup service (LS) is a key element of the measurement framework because it allows every independent service to be a visible part of the system. New services may identify themselves to the community and provide their detailed capabilities description. Other services are able to communicate to the LS in order to get this data called Lookup Information. For the specification of the LS protocol see the release specification documents.
In this page you'll find all installation, development and project information for the Lookup Service.
[edit]
Resources
[edit]
LS Installation
- Download - download latest snapshot of the Lookup Service (contains official releases and development snapshots)
- Installation Guide - describes installation process of the Lookup Service
[edit]
LS Registration
- Enabling LS registration - find out how to enable LS Registration in the other service
- LS Registration messages - What information do you have to send to the LS to register your service? (format and description)
[edit]
LS Command-Line Client
[edit]
LS Client API
- Client API for Lookup Service registration - class and sequence diagrams describing how services register within the LS
- Client API LSQuery (may be not up to date now, will be updated with the newest release of LS)
- Client API
- Result codes used by LS - list of result codes used by Lookup Service
- Example XQueries for the LS
[edit]
LS Storage
[edit]
Tests and comparisons
- Data storage possibilities for LS - comparison of relational DB, XML DB
- XML DB tests - Testing queries (and times) of eXist and Berkley (XQuery/XPath)
[edit]
Programming
- XML:DB API - How to use eXist (XML Database) API in Java (XML:DB API)
- DOM API - some useful tips for processing XML Documents via Xerces and jDOM
[edit]
