Cargando…

A Directory Service for the CERN PS/SL Java Programming Interface

The CERN PS and SL accelerator control groups developed a common application programming interface (API) in Java [1]. Part of this API is a directory service that provides information about the underlying hardware and software. With this information it is possible to write generic programs that do g...

Descripción completa

Detalles Bibliográficos
Autores principales: Charrue, P, Cupérus, J, Di Maio, F, Kostro, K, Watson, W
Lenguaje:eng
Publicado: 1999
Materias:
Acceso en línea:http://cds.cern.ch/record/404159
Descripción
Sumario:The CERN PS and SL accelerator control groups developed a common application programming interface (API) in Java [1]. Part of this API is a directory service that provides information about the underlying hardware and software. With this information it is possible to write generic programs that do general actions on lists of devices without hard coding of device names. And, starting from a device name, full details about related devices, the device itself and its class and properties, can be obtained, including the meaning of bits and bitpatterns in status words. The interface definition is independent of any implementation but a reference implementation is provided using Java Database Connectivity (JDBC) against a set of tables in a relational database. Data from very different systems can be brought together and presented in a uniform way to the user. The full potential of the directory service is reached when it is used in software components (Java Beans).