Versions Compared

Key

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

...

  • Fedora 3.8.0
    • Almost ready for Release Candidate
      • Waiting on PostGres driver issue posted on the list
    • Please participate in RC testing
  • Java client
    • Longshou working on resource implementation
      • Nearly done
    • Esme nearly done but may need more work next week
  • JCR/XML filesystem path
    • Synchronously Asynchronously persisting human-readable repository objects in JCR/XML on the filesystem
    • Translating repo hierarchy into filesystem hierarchy
    • RDF relationships are not represented in this hierarchy
    • Do we need to encode the characters in the URL?
      • e.g. swap all : with \ (effectively creating a new directory)
      • What happens with things like PIDs?
  • Marking objects for deletion
    • Currently, deleting an object puts it into the trash and then ModeShape permanently removes it as part of a cleanup process
    • Maybe we should define a predicate for statuses in the repo
      • Delete, inactive, etc.
      • It will be up to the application layer to define how these statuses affect behaviour for users