[eml-dev] [Bug 2507] - Create a EML parser lib to digest eml document
bugzilla-daemon@ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Aug 1 11:12:14 PDT 2006
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2507
tao at nceas.ucsb.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Target Milestone|Unspecified |EML2.0.2
------- Comment #1 from tao at nceas.ucsb.edu 2006-08-01 11:12 -------
Here is our plan:
Creating 3 packages in eml src dir:
1. org.ecoinformatics.eml.digestor package and main class is EML200Parser. The
main class can be copied from kepler module.
2. org.ecoinformatics.eml.download package and main class is
DataDistributionHandler. The this class will implement Runnable interface and
API is
DataDistributionHandler(Entity entity);
run();
3. org.ecoinformatics.eml.db package and main class is is TableGenerator. The
API of the class is:
TableGenerator(Enity entity, File localFile);
generateTable();
getTableName();
loadDataToTable();
The function of download package is very similar to cache system of Kepler. I
am thinking how to reuse those code in kepler.
More information about the Eml-dev
mailing list