With feature like Data Binding, is it possible to adopt a MVVM pattern on Jboss Errai?
Asked
Active
Viewed 619 times
The MVVM pattern is a design-pattern, so it is theoretically possible to use it with any language or UI framework. However, MVVM works best if the framework supports data-binding. Whether you use it or not is your choice.