On 8/14/06, VyNiL <[EMAIL PROTECTED]> wrote: > how does turbogears compares to JSP, PHP, Ruby > on Rails and Webware?. Is turbogears suitable for large scale projects? > or should we stick to the un-friendly JSP?
Overall: JSP - Looked at it once and said "meh" PHP - Are you dumping from a mysql database onto a single page? no? Just about anything is better. RoR - Good for new projects, good marketing, enough buzz that it's spawning a fairly sizeable community of addons, I've never used it Webware - TG and Django (and pylons to a lesser extent) get all the buzz in the Python community these days Django - Better than TG on small projects with new databases (auto-admin rocks), I prefer TG otherwise TG - Returning dicts is genius, SA rules (skip ActiveMapper though, not enough support for complex joins), my preferred environment for larger projects or projects that don't work well with django's admin Security: JSP - don't know PHP - poor (sqlinjection mostly) RoR - finally large enough for security issues to work their way out, first security patch just issued, so I'd say ok or good Django - too new to say, expected good, it's been running on LJW for a few years and I've never seen a mention on the list of any issues TG - too new to say, expected good, most of the components have been in production for a few years I haven't seen stability complaints in any of these frameworks. For TG stability has been fine for me for the past couple months, there was one intermittent issue running in dev mode back in Feb/March but I haven't noticed anything since. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

