Difference between revisions of "Code Discussion 2008-10-13"

From MPDLMediaWiki
Jump to navigation Jump to search
(Initial creation)
 
Line 11: Line 11:


== Implementation ==
== Implementation ==
[[Image:ControlOfNamedEntities.png|thumb|Communication diagram]]
* [[https://zim02.gwdg.de/repos/common/trunk/common_services/cone_presentation/ Current code]]
* JQueryConeServlet implemented
* Currently used Querier: SQLQuerier pointing to Postgres database on zim02.gwdg.de

Revision as of 10:06, 13 October 2008

ControlOfNamedEntities Service (CoNE v.1.0.0)[edit]

Purpose of the code discussion[edit]

  • Inform about the service
  • Find weaknesses in the current implementation
  • Generate ideas for further development

Purpose of the service (v.1.0.0)[edit]

CoNE shall deliver information out of a list (model) of comparable objects, e.g. journals, languages, authors. Clients (human or machine) shall have the opportunity to search for objects to select exactly the object they were looking for (e.g. autosuggest). They than shall be able to deliver more detailed information on this object.

Implementation[edit]

Error creating thumbnail: /bin/bash: line 1: /usr/bin/convert: No such file or directory Error code: 127
Communication diagram
  • [Current code]
  • JQueryConeServlet implemented
  • Currently used Querier: SQLQuerier pointing to Postgres database on zim02.gwdg.de