views:

35

answers:

3

As titled, in any language. Just do not want to miss any great framework.

  • CakePHP - scaffolding
  • django
  • web2py
A: 

Maybe Dynamic Data with ASP.NET? It's very much like scaffolding in CakePHP, which is, in turn, very much like Ruby on Rails scaffolding.

mgroves
A: 

Ruby on Rails and Grails can generate CRUD with their scaffolding.

Bimmy
A: 

Our DMS Software Reengineering Toolkit is a program analysis and transformation engine that is usable on many languages, including SQL, Java, C#, PHP, C++, ...

We have used it specifically to automatically construct the data access layer generation in C# (specificially NHibernate) from SQL DDL. Generating screens (HTML pages, etc.) to match would be pretty easy.

Ira Baxter