4

I am trying to build a Vaadin 7 elements and it would be beneficial if I can somehow directly use the polymer elements like these ones --> http://vaadin.github.io/gwt-polymer-elements/demo/#paper/ButtonSample

However, there is no clear cut explanation or tutorial on how to add polymer elements in Vaadin application directly.

Dragan Radevic
  • 791
  • 7
  • 17
carora3
  • 466
  • 1
  • 5
  • 19

2 Answers2

2

If you want to use web components on server-side there is an experimental addon from vaadin. Here you find a demo application

Marco C
  • 706
  • 4
  • 6
  • Hi Marco, I looked into it but it seems to not work properly with the other in-built components such as grid. – carora3 Apr 27 '16 at 12:14
2

On the Vaadin forum page suggestion is to take a look at: https://vaadin.com/labs-elements, https://vaadin.com/directory#!addon/elements-add-on and https://github.com/vaadin/serverside-elements but this is still experimental.

While we are waiting for official support you can include Vaadin Elements as stated in Demystifying Web Components or to include Vaadin Elements as stated in Integrating JavaScript Components and Extensions and Using web components in plain java.

Dragan Radevic
  • 791
  • 7
  • 17