質問

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