0

With feature like Data Binding, is it possible to adopt a MVVM pattern on Jboss Errai?

1 Answers1

2

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.

ColinE
  • 68,894
  • 15
  • 164
  • 232