Science Environment for Ecological Knowledge
Ecoinformatics site parent site of Partnership for Biodiversity Informatics site parent site of SEEK - Home
Science Environment for Ecological Knowledge









 

 

 



Eco Grid Web Design Notes

Difference between version 9 and version 8:

Line 71 was replaced by line 71
- Web tier using Struts or JSF handles collecting user input, dispatches query to GenericQueryHub and displays results. This only knows about generic queries which use simple field names instead of xpaths which could vary according to data format (EML, Darwin, etc.).
+ MVC Web tier using Spring, WebWork, Struts or JSF handles collecting user input, dispatches query to GenericQueryMaster and displays results. This only knows about generic queries which use simple field names instead of xpaths which could vary according to data format (EML, Darwin, etc.).
Line 73 was replaced by line 73
- ! GenericQueryHub
+ ! GenericQueryMaster
At line 89 added 10 lines.
+ | generic | EML | Darwin
+ | title | ? | ?
+ | firstName | ? | ?
+ | surName | ? | ?
+ | lat, long | ? | ?
+ | collection date | ? | ?
+ | publication date | ? | ?
+
+
+
Removed lines 91-92
- * is there I build target that I haven't found for building just the client code?
- * if not, what's the minimal set of things I need from the Ecogrid project for clients?

Back to Eco Grid Web Design Notes, or to the Page History.