By nfrankel
via java.dzone.com
Published: Jul 10 2012 / 09:41
Vaadin implements the Single-Page Interface, meaning screen content can change but URL stays the same, as opposed to standard web application page navigation. Switching screen content is described in Use views, not windows. Given SPI and before Vaadin 7 alpha 3, however, the only way to link a set of content with an URL was to use the UriFragmentUtility component. With alpha 3, however, there's no need of such a component: all you need is to use the Navigator API.
Add your comment