vote up 1 vote down star

Is there any simple way to generate a default crud (given an entity) with activerecord (castle implementation) or something similar for NET?

There is something like this for RoR ( it think its called activescaffold) Thanks

flag

73% accept rate

2 Answers

vote up 1 vote down check

There is a default scaffolding support

You can see at http://www.castleproject.org/monorail/gettingstarted/scaffolding.html It's useful for initial stages of development, but if you have complex mappings you will have to extend it.

link|flag
vote up -1 vote down

Thanks for that. The Scaffolding support after RC3 seems to act up a bit.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.