Using Custom UI's With the Cuba Platform

Hey,

I would like to know if you can use your own custom screens with Cuba. If yes how can you connect your custom screen to your Cuba application.

Thanks

Hi,

Could you please clarify what do you mean by “Custom UI’s”? Is it Vaadin code or something different? Please share a small example then I will be able to give you some recommendations.

Hi,

I mean like i create my custom UI’s using Oracle jet or just plain html and css. how do i link those screens i have created to my Cuba applications?

You can try to use portal module of CUBA : Portal Components - CUBA Platform. Developer’s Manual

It enables you to build custom web sites connected to the same CUBA-based middleware. There you will be able to use HTML / CSS / Spring MVC controllers or Java servlets.