Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Announcements 
    1. Sprint 2
    2. ?
  2. Proposed PersistentStorageSession interface changes 
    1. What is wrong with the current approach?
      1. Having two separate layers responsible for creating FedoraResources seems confusing.
      2. Passing a mutable FedoraResource to the persistenceStorage for create and update could be confusing.
    2. What would improve things?
      1. immutable FedoraResource
        1. fedora resource is a view of the resource on disk - doesn't provide all details unless they were requested
        2. implementations are responsible for throwing exceptions when  particular details (such as a binary stream or the server managed triples) are not provided by the view. 
    3. For reference:  proposed additions to the persistence API
  3. Fedora 6 and OCFL: managing active updates
    1. What are we planning to implement?
    2. How do we want to implement it?
    3. Consider multi-object transactions
  4. Thinking about object stores in the cloud (S3, etc) 
  5. <add topics here>

...