Вопрос

I am new to Vaadin, I would like to find easy to start Vaadin 7 examples with maven(I do not want to download jars manually). I have seen this github repositores, but had problem when trying to build project. github.com/nfrankel/More-Vaadin

Also are there a official examples from Vaadin.? I use IDEA as a ide.

Thanks.

Это было полезно?

Решение

You'll find the latest stable version of Vaadin at https://vaadin.com/download. Here you are also given the maven archetype so you can build a quickstart with the latest version, so you just run that command and don't have to download any jars. The link to the wiki that Sean Connolly gave you is also good cause it has some starter tips on what to do when you built the archetype. The following is also a tutorial for integrating GWT widgets: http://java.dzone.com/articles/using-gwt-widgets-vaadin-7

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top