문제

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