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

getting-started-archetypes.asciidoc 1.3KB

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. title: Maven Archetypes
  3. order: 30
  4. layout: page
  5. ---
  6. [[getting-started.archetypes]]
  7. = Overview of Maven Archetypes
  8. Vaadin currently offers the following Maven archetypes for different kinds of projects:
  9. `vaadin-archetype-application`::
  10. This is a single-module project for simple applications.
  11. It is good for quick demos and trying out Vaadin.
  12. It is also useful when you are experienced with Vaadin and want to build all the aspects of the application yourself.
  13. `vaadin-archetype-application-multimodule`::
  14. A complete Vaadin application development setup.
  15. It features separate production and development profiles.
  16. `vaadin-archetype-application-example`::
  17. An example CRUD web application using multi-module project setup.
  18. `vaadin-archetype-widget`::
  19. A multi-module project for a new Vaadin add-on.
  20. It has two modules: one for the add-on and another for a demo application.
  21. `vaadin-archetype-touchkit`::
  22. A mobile development starter project using Vaadin TouchKit.
  23. See <<dummy/../../../touchkit/mobile-overview#mobile.overview,"Vaadin TouchKit">>.
  24. Notice that this archetype uses the AGPL-licensed version of TouchKit, which requires that your project must also be licensed under the AGPL license.
  25. `vaadin-archetype-liferay-portlet`::
  26. A portlet development setup for the open-source Liferay portal.