Web framework for an application utilizing existing database?
Posted
by tputkonen
on Stack Overflow
See other posts from Stack Overflow
or by tputkonen
Published on 2010-03-24T12:11:18Z
Indexed on
2010/03/24
12:13 UTC
Read the original article
Hit count: 505
A legacy web application written using PHP and utilizing MySql database needs to be rewritten completely. However, the existing database structure must not be changed at all.
I'm looking for suggestions on which framework would be most suitable for this task? Language candidates are Python, PHP, Ruby and Java.
According to many sources it might be challenging to utilize rails effectively with existing database. Also I have not found a way to automatically generate models out of the database.
With Django it's very easy to generate models automatically. However I'd appreciate first hand experience on its suitability to work with legacy DBs.
Also I appreciate suggestions of other frameworks worth considering.
© Stack Overflow or respective owner