Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

getting-started-archetypes.asciidoc 1018B

1234567891011121314151617181920212223242526272829
  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 Framework.
  12. It is also useful when you are experienced with the framework and want to build all the aspects of the application yourself.
  13. `vaadin-archetype-application-multimodule`::
  14. A complete Vaadin Framework 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 Framework add-on.
  20. It has two modules: one for the add-on and another for a demo application.
  21. `vaadin-archetype-liferay-portlet`::
  22. A portlet development setup for the open-source Liferay portal.