Vaadin seems to be pushing in 2 directions:
- Vaadin Framework (Java - Server-side)
- Vaadin Elements (Javascript - Client-side)
Are they meant to be used together now.. or in the future? Or just 2 separate, unrelated product offerings?
For example, is the Vaadin Grid Element (not to be confused with Vaadin 7's Java Grid), meant to be used in 'Java-land'?
I found this Server-side Elements post, which talks about creating/manipulating Javascript Web Components from the Server-side. Is this what we are meant to use? Or is there something else coming to simplify component usage in Java?
..I feel I'm missing something.