選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

getting-started-overview.adoc 908B

12345678910111213141516171819202122
  1. ---
  2. title: Overview
  3. order: 1
  4. layout: page
  5. ---
  6. [[getting-started.overview]]
  7. = Overview
  8. Once you have installed a development environment, as described in the previous chapter, creating a Vaadin project proceeds in the IDE that you have chosen.
  9. The Vaadin core library and all Vaadin add-ons are available through Maven, a commonly used build and dependency management system.
  10. The recommended way to create a Vaadin application project is to use a Maven archetype.
  11. The archetypes contain all the needed dependencies, which Maven takes care of.
  12. The Eclipse IDE plugin currently also supports creating a normal Eclipse web project using the Ivy dependency manager.
  13. In this chapter, we:
  14. * Give an overview of the Vaadin libraries
  15. * List the available Maven archetypes
  16. * Give step-by-step instructions for creating a project in the Eclipse IDE, NetBeans IDE, and IntelliJ IDEA, as well as with command-line.