How I design an application with Vaadin 8, that from a page shows me another page. Both pages were built from java code.
That is, it looks in the browser that is a new web page. If what I do is visualize a new layout, I would load the page too much.
I have a Menu consisting of buttons that what they do is link me to new pages. The new pages are designed by inheriting from Layout, but like those new pages so that a new page is loaded.
How I design an application with Vaadin 8, that from a page shows me another page. Both pages were built from java code.
That is, it looks in the browser that is a new web page. If what I do is visualize a new layout, I would load the page too much.
I have a Menu consisting of buttons that what they do is link me to new pages. The new pages are designed by inheriting from Layout, but like those new pages so that a new page is loaded.