Multiple application
Last updated
Was this helpful?
Last updated
Was this helpful?
Example code is available on .
In grails-app/conf/VaadinConfig.groovy
, we can configure URL mapping to Vaadin UI classes. We can define multiple UIs to be accessible from one Grails application.
In this article we will create two new UIs that we will show under different URLs.
ClientUI
will be available on .
Open VaadinConfig.groovy
and change the mapping, so the mapping points to the new UIs.
Now we can start up the application and access both URLs to see each is mapped to different UI class.
And AdminUI
that will be mapped to