> I might need to use Zope (Plone) in the near future so I'll probably > absorb some new ideas. That description sounds similar to TGW/TW in > the sense that input widgets are in a sense adapters: they take a > model object and adapt it to a gui and take the gui input and adapt it > back to a model object. Probably much less flexible though since they > don't provide all the adaptation machinery Zope has... > Make sure you take a look at Grok. If you are in need of a CMS, there are a few guys working on something called Vudo.
Also, I think Alberto has really done a great job integrating widgets into the view the way it is done. In TG2 the widgets act more like view objects because they are passed directly in to pylons.c.w . I think widgets break MVC a little bit anyway, and I am ok with this. Think about how you might fill a select drop-down with data from a database field. Definitely need some model information in your view to do that one! Why spend your time re-inventing the wheel when there are so many current open source projects that could use your help, or other new problems that need solving? I've got at least one project in mind that could use some help.... -chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

