Saturday, May 7, 2011

creating web application with vaadin framework

mvn archetype:generate -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-clean -DarchetypeVersion=LATEST -DgroupId=com.dynamicobjx -DartifactId=VaadinHelloWorld -Dversion=1.0 -Dpackaging=war
-DgroupId - the main group package of your application and DartifactId is the name of your project. -Dpackaging is the method of packaging.

No comments:

Post a Comment