show/hide this revision's text 5 deleted 26 characters in body

What technologies / frameworks / toolsets are targeted specifically at building so-called "CRUD Admin UIs" (basically, a set of screens for editing related SQL tables), whether Web Apps or Thick Clients.

The ones I know of:

  • ASP.NET DynamicData
  • Django Admin (from Nick's answer below)

General purpose frameworks like Ruby-on-Rails and ASP.NET MVC don't count.

show/hide this revision's text 4 deleted 481 characters in body; edited tags; deleted 95 characters in body; added 10 characters in body; deleted 22 characters in body

(As they say, a million dollar question. With my experience in IT I'm well aware this is too much of an umbrella question, so I risk getting "the question's too broad" kind of answers or getting the question closed but still...)

From your experience, what's the best (how do I define that?!) set of

What technologies to author / frameworks / toolsets are targeted specifically at building so-called "CRUD Admin UIs" (basically, a set of screens for editing related SQL tables), whether Web App Apps or Thick ClientClients.

In my experience,

The ones I know of:

  • ASP.NET DynamicData
  • Django Admin (from Nick's answer below)

General purpose frameworks like Ruby-on-Rails and ASP.NET MVC are too generic / too low level. ASP.NET DynamicData is incomprehensible to me.

On backend we have tools like Hibernate that raise level of abstraction and cut the time required to talk to DB tenfold. However on frontend we operate at a much lower level of abstraction, just like we did on data access side in the days before ORM.. don't count.

One answer that illustrates the kind of answers I'm looking for is the one that recommends Django Admin

show/hide this revision's text 3 added 161 characters in body; edited tags; added 5 characters in body; edited title

Frameworks for building so-called CRUD Admin UIs (over SQL tables)

(As they say, a million dollar question. With my experience in IT I'm well aware this is too much of an umbrella question, so I risk getting "the question's too broad" kind of answers or getting the question closed but still...)

From your experience, what's the best (how do I define that?!) set of technologies to author so-called "CRUD Admin UIs" (basically, a set of screens for editing related SQL tables), whether Web App or Thick Client.

In my experience, frameworks like railsRuby-on-Rails and ASP.NET MVC are too generic / too low level. ASP ASP.NET DynamicData is incomprehensible for to me.

On backend we have tools like NHibernate Hibernate that cuts raise level of abstraction and cut the time required to talk to DB tenfold. However on frontend we operate at a much lower level of abstraction, just like we did on data access side in the days before ORM...

One answer that illustrates the kind of answers I'm looking for is the one that recommends Django Admin

show/hide this revision's text 2 deleted 76 characters in body; edited title; deleted 74 characters in body; edited tags
show/hide this revision's text 1 [made Community Wiki]