Difference between revisions of "Technical problems encountered during the application development"

From Biowikifarm Metawiki
Jump to: navigation, search
Line 2: Line 2:
  
 
* Respect the special requirement from WP4 leader, dr. Gregor Hagedorn to not use more the 512MB memory for ingest application. This requirement force the XSLT validation tool and FOXML generator tool to adopt a low-memory strategy in development and re-think the initial approach.
 
* Respect the special requirement from WP4 leader, dr. Gregor Hagedorn to not use more the 512MB memory for ingest application. This requirement force the XSLT validation tool and FOXML generator tool to adopt a low-memory strategy in development and re-think the initial approach.
* Soap API-A exposed by Fedora Commons with Search method, doesn't allowed " ' " (apostrophe) for a search string.
+
* Soap API-A exposed by Fedora Commons with Search service, doesn't allow " ' " (apostrophe) for a search string.
 
* Mapping between work database and temporary working folders for collection, specially on Windows. A MD5 algorithm have been used for mappings.
 
* Mapping between work database and temporary working folders for collection, specially on Windows. A MD5 algorithm have been used for mappings.
 
* Mapping between physically metadata and logical level required by Fedora Commons Content Model Architecture.  
 
* Mapping between physically metadata and logical level required by Fedora Commons Content Model Architecture.  

Revision as of 17:45, 27 September 2009

Some technical problems have been successfully overfulfilled during the application development:

  • Respect the special requirement from WP4 leader, dr. Gregor Hagedorn to not use more the 512MB memory for ingest application. This requirement force the XSLT validation tool and FOXML generator tool to adopt a low-memory strategy in development and re-think the initial approach.
  • Soap API-A exposed by Fedora Commons with Search service, doesn't allow " ' " (apostrophe) for a search string.
  • Mapping between work database and temporary working folders for collection, specially on Windows. A MD5 algorithm have been used for mappings.
  • Mapping between physically metadata and logical level required by Fedora Commons Content Model Architecture.


(Return to Implementation_details_of_Java-based_Fedora_Ingestion_code/Technical_documentation)