>From what i have seen the url dispatching of pylons,routes, doesn't > allow the usage of keywords, from what i have seen fro the example, > the coding style is totally different from turbogears.
We will provide the same cherrypy style object dispatch with positional and keyword parameters for turbogears controllers. So you don't have to use routes style dispatch, unless you want it. > So in very few words, how much i will need to work in future in order > to port my tg1 app to tg2? There will be a few changes, but the basic style will be the same, and a lot of controller code will work unchanged. > How much the coding style will differ from how we write now function > in tg1? The style will be basically the same. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

