hi all,

i am confused about the terminology between plugins vs wsgi middleware
vs components vs extensions.  the discussions and documentation varies
between tg1 and tg2, so please advise on which term i should google to
achieve what i am trying to do.

i want to extend my models to be "taggable", or "commentable", or
"rateable".  i am ok with either installing/or building a tagging
"plugin".  it basically enables my projects to tag my objects and
extends my objects so that i could call obj.tags() to get a list of
tags.  ideally, this could be an egg which i install.  then in my
project created the necessary tables, import the modules/libraries,
and i am ready to go.

between reading (and still digesting) pep333, the tg2 trac ticker
#1655 on "components", and the tgext extensions, i am confused between
the approaches and what the distinctions are...  my guess would be the
wsgi middleware, b/c the #1655 ticket seems to talk about apps more
like catwalk and tg-admin, whereas i m just trying to extend my
models.  but i am really not sure.  if someone could point me in the
right direction, it would be much much appreciated.

thanks!

- steve

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to