You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than only static (ie. generated) scaffolding, allow the scaffolding to be generated at run-time, the same way the built-in Grails scaffolding works.
The thinner I can have my project and the more I can rely on run-time generated code, the less I have to maintain, meaning there is less surface area for bugs.
The text was updated successfully, but these errors were encountered:
Actually when writing mobile application you can choose to make it an hybrid client application that can be wrapped with phone gap factory plugin (another of the 3musket33rs plugin to be released soon). The client side application is then hosted on mobile device.
That's one of our main use case. In that case it does make sense to get rich client POH5.
Not sure the dynamic scaffolding is a such a common use case for mobile app. But give me more details on how you'd like to use it.
Rather than only static (ie. generated) scaffolding, allow the scaffolding to be generated at run-time, the same way the built-in Grails scaffolding works.
The thinner I can have my project and the more I can rely on run-time generated code, the less I have to maintain, meaning there is less surface area for bugs.
The text was updated successfully, but these errors were encountered: