---
title: "Trying out the Vaadin Addon for Spring Roo 1.1"
date: 2010-11-17T11:27:47+00:00
author: "poornerd"
tags: ["roo", "tutorial", "vaadin"]
canonical: https://www.poornerd.com/2010/11/17/trying-out-the-vaadin-addon-for-spring-roo-1-1/
source: Raw Markdown twin of the HTML article; content is the original source.
---
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 &#8211;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 &#8211; not so sure about the theme name).

> <div id="_mcePaste">
>   vaadin setup &#8211;applicationPackage ~.web &#8211;baseName PROJECTNAME &#8211;themeName pizza &#8211;useJpaContainer true
> </div>
> 
> <div id="_mcePaste">
>   vaadin generate all &#8211;package ~.web.ui
> </div>
> 
> vaadin setup &#8211;applicationPackage ~.web &#8211;baseName RCRM &#8211;themeName pizza &#8211;useJpaContainer truevaadin generate all &#8211;package ~.web.ui
