CUBA App with Hybrid UI clients

Hi guys.

Is there a way to use both Generic UI (based on Vaadin) and other JS UI framework such as Angular or Polymer.
Generic UI is very cool and fast but limited too so a hybrid approach is needed sometimes.

Thanks,
-c

I guess it’s possible: Application Modules - CUBA Platform. Developer’s Manual

But i’m not sure how you make the transitions between polymer and vaadin screens.

Hi,

It is possible only using <iframe> element and BrowserFrame component. In this case Polymer screens will be embedded into Generic UI screens and you have to use JavaScript to send data between them.

Unfortunately, you cannot easily mix Polymer / Generic UI screens in one application.