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

From MPDLMediaWiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 13: Line 13:


== Implementation ==
== Implementation ==
* [[https://zim02.gwdg.de/repos/common/trunk/common_services/cone_presentation/ Current code]]
* [[https://subversion.mpdl.mpg.de/repos/common/trunk/common_services/cone_presentation/ Current code]]
* JQueryConeServlet implemented
* JQueryConeServlet implemented
* Currently used Querier: SQLQuerier pointing to Postgres database on zim02.gwdg.de
* Currently used Querier: SQLQuerier pointing to Postgres database on subversion.mpdl.mpg.de
* Current models: Journals, languages (in en, de, fr). Author names coming soon...
* Current models: Journals, languages (in en, de, fr). Author names coming soon...
* MVC? pattern
* MVC? pattern
Line 30: Line 30:
* see also the [[Talk:Code_Discussion_2008_10_13|discussion page]]
* see also the [[Talk:Code_Discussion_2008_10_13|discussion page]]


[[Code_Discussion_2008_10_20|Next discussion]]
[[Code_Discussion_2008_10_20|Next discussion 2008-10-20]]
 
 
[[Category:Code_Discussion|Code 2008-10-13]]

Latest revision as of 14:17, 25 April 2012

ControlOfNamedEntities Service (CoNE v.1.0.0)[edit]

Error creating thumbnail: /bin/bash: line 1: /usr/bin/convert: No such file or directory Error code: 127
Communication diagram
Error creating thumbnail: /bin/bash: line 1: /usr/bin/convert: No such file or directory Error code: 127
Sequence diagram

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]

  • [Current code]
  • JQueryConeServlet implemented
  • Currently used Querier: SQLQuerier pointing to Postgres database on subversion.mpdl.mpg.de
  • Current models: Journals, languages (in en, de, fr). Author names coming soon...
  • MVC? pattern

ToDo[edit]

  • Look for a suiting triple store
  • Unit and integration tests
  • Create, update and delete methods
  • Define and implement harvesting or automated update mechanisms
  • Check for JS, SQL, etc. injection
  • Data Management
    • Currently used DC data at its limits to describe model
    • Unique identifier issue
  • see also the discussion page

Next discussion 2008-10-20