saada logo

 
  SAADA OVERVIEW
Home  
News  
Tutos and Links  
Download  
  Tutorial
Getting started  
Doing More  
SaadaQL  
The Web Interface  
VO Publishing  
Tips & Troubelshooting  
  COMMUNITY
Mailing List  
Saada Sites  
How to Contact us ?  
  DEVELOPER CORNER
Contributors  
Next Step  
Old Releases  
Inside Saada  
Using UWS  

 

SourceForge.net Logo


HOME ART > DEVELOPER CORNER > Inside Saada
Servlet

The table below summarizes the Servlet implemented by Saada. They cover most of the service needed to build an interface.




urlReturnrole
/getjsonarray JSON Object Transfert the content of a JON file stored in the jsonsample WEB resource
/runquery JSON Datatable description run the query passed by the $query parameter
/nextpage JSON Datatable content Returns next page of the query the result.Muste be invoked after /runquery
/getMeta JSON Datatable data Returns the meta data of the data node passed in the parameters
/getObject JSON object Returns the description of the instance having oid = oid or the counterpart if there is a relation parameter
/datatree JSON object returns a JSON model of the database content. Used to build the data tree of the Web interface
/aharray JSON array returns the requested meta-data as a list of attribute handler (Saada model). Used to feed the query form
/getvignette flafile returns the preview of the stored data file referenced by the given OID. Return a dummy picture if nothing else has been found
/getproduct file content returns the content of the stored data file referenced by the given OID.
/siaservice VOTable Runs an SIA query (see the IVOA spec)
/ssaservice VOTable Runs an SSA query (see the IVOA spec)
/conesearch VOTable Runs an cone search query (see the IVOA spec)
/getqueryreport VOTable or fits Similar as runquery, but the result is a datafile containing the query result
/sesame JSON CDS Sesame proxy (avoids X-Domain issues
/getregistry JSON Return a registry template for the resources described by the parameters
/simbad HTML redireciont on the simbad page for the given position
/simbadtooltip JSON CDS Sesame proxy (avoids X-Domain issues
/tap VOTable Base URL for the TAP service (see IVOA doc)
/sitedesc JSON Returns some parameters needed by the JS code to initiate the Web interface
/getproductinfo string returns the HTTP header for the stored data file referenced by the given OID.
/cart Votable Base URL for the shopping service (see IVOA UWS doc)
/securedownload file content returns the content of the protected stored data file referenced by the given OID.
/updatecache nothing ask the Web application to reload its caches
/getversion JSON Returns the current Saada version and the DBMS in operation
last update 2016-06-07