You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Introduction

Currently there are a number of mechanisms that allow external applications to exchange data with the FEWS-SYSTEM.
Up till now none of these mechanisms are fully developed. They have been set up as test cases, each with a particular goal in mind. The following sections will give a description of the current status of these projects, what the strong points are and what the weaknesses are.

Fews JDBC server provides a simple JDBC interface. The FEWS JDBC server uses an OC region configuration and initializes a synchronization process with the MC to update the data. The client application sets up a connection to the JDBC driver and uses SQL queries to retrieve data. Currently it is only possible to retrieve data from the FEWS system and not write data to the FEWS system.

Fews PI service provides a simple API using a SOAP framework called XFire. The SOAP framework is set up using an OC region configuration. This OC also initializes a synchronization process with the MC to update the data. The client application uses XFire to retrieve a proxy of the API. With the proxy instance the client application can retrieve data from the FEWS system and also write data to the FEWS system. The exchange of data occurs using strings containing the content of FEWS PI files.

Contents

  • No labels