Using Vaadin Add-onsUsing add-ons are intended to be as "drop-in packages" for your web project using the Vaadin Framework. Downloading Add-ons1 ) You can download the add-on packages from the add-on details page in the Directory (like this one). Simply save the jar or zip file on to your computer. 2 ) Some add-ons have several versions available and you can choose the version to download from the dropdown menu in the header of the add-on details page. The latest version is always selected by default. 3 ) After trying out the add-on you can give some feedback to the add-on author by rating the add-on with one to five stars and optionally leaving also a comment. Installing Add-onsThe usage depends on the way the add-on is packed as well as the type of project you have.
Eclipse IDE users use the Vaadin Integration Plugin for Eclipse. The plugin automatically detects any new add-ons in the classpath does a GWT compilation as needed. If you have any problems with automatic compilation, ensure that you are using the most recent plugin version. NetBeans IDE users can use these step-by-step instructions to setup an Ant script for compiling the client-side widget set. The widget set compilation is also possible using Maven. See detailed instructions. Depending on the type of the add-on you can then start using it:
The add-on information page typically contains helpful information and links to samples and tutorials. Follow these to learn more about the specific add-on. Step-by-step tutorialThe following video tutorial shows how add-ons are used in practice. In the video we:
(it is recommended to watch the video full-screen in HD mode) | |