carora3
carora3

Reputation: 466

How to add Vaadin Polymer elements in Vaadin 7 application?

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.

Upvotes: 4

Views: 503

Answers (2)

Dragan Radevic
Dragan Radevic

Reputation: 801

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.

Upvotes: 2

Marco C
Marco C

Reputation: 981

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

Upvotes: 2

Related Questions