Managing Data with Mozart
Denys Duchier

  1. Overview
  2. Pickles for Persistent Data
  3. Pickle Module
  4. Creating Pickles with the Compiler
  5. Creating Pickles with the Compiler
  6. Loading Pickles from an Application
  7. Loading Pickles from an Application
  8. URIs and the Resolver
  9. Tracing the Resolver
  10. URI and Resources
  11. Using an URI for our Data
  12. Using ozmake
  13. Importing Rather Than Loading
  14. Importing Rather Than Loading
  15. Prepare And Define Sections
  16. String To Value Using The Compiler
  17. Parsing Textual Data Yourself
  18. Parsing Textual Data Yourself
  19. Parsing Yourself vs Using The Compiler
  20. Pickling Explained
  21. What Language?
  22. Compiling By Hand
  23. Generalized Pickler
  24. Generalized Pickler
  25. Generalized Unpickler
  26. Generalized Unpickler
  27. Representing Data With XML
  28. Pickling to XML
  29. Unpickling From XML
  30. Unpickling From XML
  31. Unpickling From XML
  32. Pickling XML Using XSLT
  33. Pickling XML Using XSLT
  34. Storing Data in GDBM
  35. Parsing Data With GUMP
  36. Parsing Data With GUMP
  37. GUMP Scanner
  38. GUMP Parser
  39. Using The GUMP Parser