Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MVC/javascript
Message
From
25/08/2016 09:24:29
 
 
To
25/08/2016 02:47:14
General information
Forum:
ASP.NET
Category:
MVC
Title:
Miscellaneous
Thread ID:
01639936
Message ID:
01639957
Views:
61
As Thomas points out, you have to get the data to the control in some manner.

In VFP, we don't think about it: there is no mismatch between a cursor and a control.

Almost everywhere else there is: this mismatch has been labelled an "impedance mismatch" in the literature. An MVC pattern is one way of addressing this impedance mis-match.

There are ways of using oData, which is basically JSON, to make a very lightweight bridge between data and controls. If I were writing my own I'd go this way, probably with some oData-based metadata to handle rules for UI actions and client-side validation.

Hank

>Real basic question....
>Is MVC required in order to use JavaScript?
Previous
Reply
Map
View

Click here to load this message in the networking platform