Changes between Initial Version and Version 1 of DespoinaLog/2010/03/04


Ignore:
Timestamp:
2010-10-01T23:19:13+02:00 (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/03/04

    v1 v1  
     1= Log of 2010-03-04 =
     2This week Included javascript library - jquery in order to embody a token autocomplete plugin which provides the user the ability of entering and removing  multiple terms. The scipt should also reccomend synonyms found in the source defined, Our source is ontocat provinding in json or xml format querying multiple existing ontology resources. It supports both major ontology browsers: NCBO !BioPortal and EBI Ontology Lookup Service (OLS) The script successfully retieves  json data  from a local file but still wonrking on the part which retrieves the json data from the url .    The problem connecting jquery with the url [http://localhost:9000/ontocat/json/searchAll?q=brca2 http://localhost:9000/ontocat/json/searchAll?q=brca2]is the fact that the return results are not actually text json , but it prompts for saving the file. So the response to the script is null. There is some issue with the MIME media type response  produce tag in the corresponding function in ontocat that is send to the url. Still working on that .
     3
     4'''Links : '''
     5
     6'''http://java.sun.com/javaee/6/docs/tutorial/doc/gilik.html
     7
     8http://java.sun.com/javaee/6/docs/api/javax/ws/rs/package-summary.html'''
     9
     10'''http://jqueryui.com/demos/autocomplete/#option-source
     11
     12http://en.wikipedia.org/wiki/PageRank
     13
     14'''