Hammett of the
Castle Project says the
MonoRail scaffolding support is OK; maybe you can get it to work. In my case I wasn't [:(]
For those who don't know, scaffolding is a great way to quickly prototype web sites. You simply code the model (e.g. using ActiveRecord) then all you have to do in the controller is to:
[Scaffolding(typeof(Blog))]
public class BlogController : Controller
{
public BlogController()
{
}
}
no kidding! and it will instantly supply create-update-delete (CRUD) functionality for your model class (in this case, it's the "Blog" class). Anyway I'll give it another go when I find time.
Posted
02-01-2006 8:56 AM
by
cruizer