issues
search
dsukhoroslov
/
bagri
XML/Document DB on top of distributed cache
Apache License 2.0
41
stars
5
forks
source link
[Core] Refactor DataFormat API + ModelManagement API
#63
Closed
dsukhoroslov
closed
7 years ago
dsukhoroslov
commented
8 years ago
DF Parser/Builder must introduce init method to take some initialization parameters (schema, for instance);
Move registerSchema, registerSchemaUri methods out of ModelManagement, do this in DF Parser;
Move all XML-dependant processing out of ModelManagement to corresponding Parser;
Make Parser/Builder long-lived components registersd in containing SchemaRepository;
Make Parser implementation stateless, it must handle concurrent requests from parallel threads with no problem;
dsukhoroslov
commented
7 years ago
Fixed