Multiple "Portal" interfaces

Hi!
We have a business request that we must create two different “portal” apps in the same project.
As we see we have the option to create only one .
Is any way to add a second “portal app” in the same project ?

Thanks in advance
Giorgos

Hi,
The answer depends on - what kind of technology do you want portal apps to be based on. Spring MVC with server-side template? Or frontend JavaScript frameworks?

Regarding Spring MVC with cuba-portal module - CUBA Studio doesn’t support having two “portal” modules in the project. You can modify project structure and build scripts and create second portal module manually. It will work, but you’ll lose some support from the Studio, e.g. CUBA project tree won’t display contents of the second portal module.

But if you base your portal apps on ReactJS or other frontend technology, you could have two portals using the same CUBA server application via REST API.

Thank you Alex , i will be try with “front” module with ReactJS