Refactor core document APIs
---------------------------

                 Key: NXP-2500
                 URL: http://jira.nuxeo.org/browse/NXP-2500
             Project: Nuxeo Enterprise Platform
          Issue Type: Task
            Reporter: Florent Guillaume
            Assignee: Florent Guillaume
            Priority: Major


We want to refactor the core document APIs, to improve their usability and 
allow easier coding of new backends besides the JCR one.

To do so:
- instead of having a low-level Document and a high-level DocumentModel, keep 
only one (named Document) and pass it all the way from the user level to the 
backend. Document will be serializable, and able to be disconnected/reconnected 
to its session.
- put more intelligence on the Session SPI that is implemented by the backend,
- rename CoreSession to DocumentManager and adapt it to the new Session.

The Document/DocumentManager interfaces will be in org.nuxeo.ecm.core.document.
The Session interface will be in org.nuxeo.ecm.core.storage.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to