Steve Bergman wrote: > I'd really like to start learning: > > CP3 > SQLAlchemy/Elixir > Genshi > ToscaWidgets > > It's hard to get excited about leaning more of things which are soon > to become obsolete.
I think its important to note that you can do three of the four of those items without having to switch to the trunk. The only thing that you get with CherryPy 3 is speed anyway, whereas the other changes actually impact _how_ you write your application, rather than how you deploy it. Personally, I will never take advantage of any CherryPy specific features, because I prefer to think of my TurboGears applications as higher-level WSGI applications that can be deployed in any WSGI server. I am working on several projects using TurboGears right now, and in all cases, I am using the latest official release of TurboGears, along with SQLAlchemy (and sometimes Elixir), Genshi, and ToscaWidgets. I see no benefit to switching to the trunk right now. The only thing I would note is that ToscaWidgets is not going to bring you any additional productivity right now, because the documentation is really really sparse at this point. I am using it in one project right now, and its serving me fairly well, but I think I would make progress much more quickly without using ToscaWidgets. This is sure to change over time, but its not really suitable for time-critical applications until the documentation is useful and comprehensive. Good luck! -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

