Hi folks,
Anyone have experience with web app frameworks? I'm looking (not for work) at a situation requiring a new app written on an old database schema that (for reasons not worth going into) can't currently be changed. Proposals range from building something entirely from scratch to using a content management system such as Drupal. I've looked at Ruby on Rails and determined that while pretty, it's far too concerned with everything being pretty to handle a cracked-out legacy schema such as the one I have to deal with. My current leading candidate is Django (a Python-based system), which is more configurable than Rails (convention is nice, but only when you control the things that have to conform to conventions) and also has build-in user management and administrative functionality, rather like a content management system would. Anyway, anyone have any thoughts? This is definitely not my area of experties. DB is mysql if it matters, btw- but every framework I've looked at has supported mysql so I doubt that's much of a constraint.
Sat, December 8, 2007 - 5:00 PM
permalink
Anyone have experience with web app frameworks? I'm looking (not for work) at a situation requiring a new app written on an old database schema that (for reasons not worth going into) can't currently be changed. Proposals range from building something entirely from scratch to using a content management system such as Drupal. I've looked at Ruby on Rails and determined that while pretty, it's far too concerned with everything being pretty to handle a cracked-out legacy schema such as the one I have to deal with. My current leading candidate is Django (a Python-based system), which is more configurable than Rails (convention is nice, but only when you control the things that have to conform to conventions) and also has build-in user management and administrative functionality, rather like a content management system would. Anyway, anyone have any thoughts? This is definitely not my area of experties. DB is mysql if it matters, btw- but every framework I've looked at has supported mysql so I doubt that's much of a constraint.
