Trying out the Vaadin Addon for Spring Roo 1.1

Posted by Brian Porter on November 17, 2010

If you want to know how to use the Vaadin Addon or Plugin with Spring Roo, then this is not really a tutorial or a howto, but should get you going.

First you have to install the Vaadin Addon.  Here is the URL I found to get the current version. You might want to check to see if there is a newer one.

osgi start –url http://oss.sonatype.org/content/repositories/vaadin-snapshots/com/vaadin/com.vaadin.spring.roo.addon/0.1.0.BUILD-SNAPSHOT/com.vaadin.spring.roo.addon-0.1.0.BUILD-20101116.103856-13.jar

Then you have to setup and generate with the vaadin plugin. (just replace PROJECTNAME with your Project Base – not so sure about the theme name).

vaadin setup –applicationPackage ~.web –baseName PROJECTNAME –themeName pizza –useJpaContainer true
vaadin generate all –package ~.web.ui

vaadin setup –applicationPackage ~.web –baseName RCRM –themeName pizza –useJpaContainer truevaadin generate all –package ~.web.ui

If you made it this far, you may as well follow me on LinkedIn: Follow Brian Porter