How to build and deploy vaadin touchkit widgetset

Hi,

I am trying to build and deploy a vaadin touchkit widgetset for my application. For that I created a Vaadin project and placed the touchkit jar.
Then I got my widgetset compiled using gwt compiler. Now if some of my applications want to use this widgetset , for that how can i deploy it and use?

Please help me in this scenario.

Regards
Ajay

Hi,

See the “Defining the Widget Set” and “Deployment Descriptor” sections in
the TouchKit tutorial
.

HTH,
/Jonatan

Thanks Jonatan , I built and used a widget set with the procedure given in the article.