Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Application Sample
Was wondering why there is not even a single sample on vaadin site which demos a web application having two
pages with different vaddin UIs.
May be like using an approach of changing the UI based on URL etc.
You mean like:
- http://demo.vaadin.com/sampler/#Icons
- http://demo.vaadin.com/sampler/#DateLocale
- http://demo.vaadin.com/sampler/#BasicMenuBar
(Using UriFragments as above is the most powerful way to bind URL:s to application states)
The easiest way is to use Navigator utility. See http://vaadin.com/forum/-/message_boards/message/69179 for more info.
You can also:
- Use URI handler to choose "pages"
- Use multiple windows - each in separate URL
- Deploy multiple applications in different URL:s
I am very new to vaadin and even to a desktop app . I am in the initial stages of designing a supply chain kind of application. This app looks big and i couldn't visualize it as a vaadin app, with the help of Vaadin's sample apps.
i am reading the forum, in the mean time, it will be great if you can expand your post with a little more info.
especially, the below points
You can also:
* Use URI handler to choose "pages"
* Use multiple windows - each in separate URL
* Deploy multiple applications in different URL:s