xpoft / spring-vaadin

Spring and Vaadin integration
Other
55 stars 44 forks source link

Modified the SpringUIProvider to lookup the bean name parameter dynamica... #6

Closed mpilone closed 11 years ago

mpilone commented 11 years ago

...lly using the deployment configuration.

These changes allow custom UI providers by easily subclassing SpringUIProvider and implementing the getUIBeanName method. The web.xml needs to be modified to set both a beanName init parameter as well as the standard Vaadin UIProvider parameter.

xpoft commented 11 years ago

Thx. I've updated the add-on.