lmichel / taphandle

Automatically exported from code.google.com/p/tap-handles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TAPHandle

  1. What is it

TAPHandle is a WEB application allowing users to browse any VO TAP service from a navigator.

TAPHandle can mix different TAP services in a single view.

An advanced quety form allow to easily write VOQL queries by using the meta-data of the current table.

A TAP service is a VO interface placed on the top of a relational database. It is self-described through standardized capabilities.

  1. How does it work

The actual TAP client is not TAPHandle, by a porxy running on our server. All user requests are relayed by that poxy to the server.

The main cache functionnalities are:

  • Cache for the service meta-data
  • Cache for the registry records
  • User data storage
  • XML => JSON conversion. The TAP protocol is bases on XML message whereas the communication between the browser and the porxy server are mostly based on JSON messages.
  1. Connect TapHandle

[http://saada.unistra.fr/taphandle]

About

Automatically exported from code.google.com/p/tap-handles


Languages

Language:JavaScript 68.8%Language:CSS 19.6%Language:Java 8.8%Language:XSLT 1.4%Language:HTML 1.0%Language:Shell 0.4%