[Grok-dev] "The weird classes we couldn't categorize yet"

Brandon Craig Rhodes brandon at rhodesmill.org
Wed Jun 25 07:26:52 EDT 2008


Kevin Teague <kevin at bud.ca> writes:

> ME GROK SMASH PERSISTENT UTILITY CATEGORY!!!
>
> Ideas? Suggestions?

Let me try this out, just for fun; I classify things by how they get
used by developers (or at least, by what I think when I'm using them):

   * Components
     * Data storage
           o grok.Model
           o grok.Container
     * Data search
           o grok.Indexes
     * Site structure
           o grok.Site
           o grok.Application
     * Utilities
           o grok.GlobalUtility
           o grok.LocalUtility
     * Adapters
           o grok.Adapter
           o grok.MultiAdapter
           o grok.Annotation
     * Object rendering
           o grok.View
           o grok.JSON
           o grok.XMLRPC
           o grok.PageTemplate
           o grok.PageTemplateFile
     * URL resolution (include grok.traversable(), describe the whole scheme?)
           o grok.Traverser
     * Forms
           o grok.Form
           o grok.AddForm
           o grok.EditForm
           o grok.DisplayForm
     * Security
           o grok.Permission
           o grok.Role

-- 
Brandon Craig Rhodes   brandon at rhodesmill.org   http://rhodesmill.org/brandon


More information about the Grok-dev mailing list