Task #1593
Story #1378: Adding new object formats shouldn't require buildout
Add an ObjectFormatDisk Cache to d1_common_java
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_common_java
Target version:
Start date:
2011-05-25
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
After discussion about library dependencies for the ObjectFormat registry, we decided to add in a cache class in d1_common_java that provides a minimal ObjectFormatList from an on-disk xml file. This will be used as a fallback in the case where a REST call to /formats fails.
History
#1 Updated by Chris Jones over 13 years ago
- Assignee set to Chris Jones
#2 Updated by Chris Jones over 13 years ago
- Category set to d1_common_java
#3 Updated by Chris Jones over 13 years ago
- Status changed from In Progress to Closed
The ObjectFormatDiskCache now reads formats from an on-disk XML file as a fallback service.