One major concern in my team about Skuid is the seeming lack of a proper MVC support. Visualforce pages have backend apex controllers that perform necessary logic to produce the variables that they use. They are separate from the logic as the View. Skuid on the other hand seems to expect you to make a component which does the Controller and View part in javascript.
You can use the template component to render the contents of a model, but that’s limited to rendering model contents as far as I see.
I see you can embed a Skuid page inside a Visualforce page and use the variables in the apex controller behind it, but again, it seems to expect you to create the View in javascript (which is rather unwieldy).
Another nice Visualforce page feature is remote actions embedded in the javascript. Not sure if Skuid has as convenient a function, but it’d be good to know about.
So in summary, I’d just like to know how others are doing this, and what the recommended procedure for proper MVC development with Skuid.
Question
Recommended way to follow MVC in Skuid
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
