I am using scaffolding in my application. However, I was wondering if I now really need to implement the CRUD Methods in my Controller class for example concerning production mode.

btw I am using grails 2.3.4

I appreciate your answer!

有帮助吗?

解决方案

This is a rather odd question. You don't need to do much at all - make your app the way you want. If the generated CRUD pages help you, use them, otherwise don't. You can use them as starter code, removing actions and other code that you don't need and adding new code as needed. You can create code by hand or via scripts. Do what works for you :)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top