You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

addons-overview.asciidoc 1.6KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. title: Overview
  3. order: 1
  4. layout: page
  5. ---
  6. [[addons.overview]]
  7. = Overview
  8. In addition to the components, layouts, themes, and data sources built in into
  9. the core Vaadin library, many others are available as add-ons.
  10. link:http://vaadin.com/directory/[Vaadin Directory] provides a rich collection
  11. of add-ons for Vaadin, and you may find others from independent sources. Add-ons
  12. are also one way to share your own components between projects.
  13. Installation of add-ons from Vaadin Directory is simple, just adding an Ivy or
  14. Maven dependency, or downloading the JAR package and and dropping it in the web
  15. library folder of the project. Most add-ons include a widget set, which you need
  16. to compile, but it's usually just a click of a button or a single command.
  17. After trying out an add-on, you can give some feedback to the author of the
  18. add-on by rating the add-on with one to five stars and optionally leaving a
  19. comment. Most add-ons also have a discussion forum thread for user feedback and
  20. questions.
  21. Add-ons available from Vaadin Directory are distributed under different
  22. licenses, of which some are commercial. While the add-ons can be downloaded
  23. directly, you should note their license and other terms and conditions. Many are
  24. offered under a dual licensing agreement so that they can be used in open source
  25. projects for free, and many have a trial period for closed-source development.
  26. Commercial Vaadin add-ons distributed under the CVAL license require installing
  27. a license key as instructed in
  28. <<dummy/../../../framework/addons/addons-cval#addons.cval,"Installing Commercial
  29. Vaadin Add-on Licence">>.