xpoft / spring-vaadin

Spring and Vaadin integration
Other
55 stars 44 forks source link

Ability to configure Spring context class #28

Closed vladimirfx closed 6 years ago

vladimirfx commented 11 years ago

Can be usefull in environments with non standart context configuration, e.g. OSGI. Implementation as in standart Spring Context Listener.

vladimirfx commented 11 years ago

Please review that pull request. In general, abily to change context class it is common practice in Spring Web. There are at least 3 cases where the non default context class is needed:

  1. Portals env (using XmlPortletApplicationContext as context class)
  2. Full OSGI support (ability to use OSGI config Admin and other OSGI specific features)
  3. App server specific contexts, for example for custom class weaving of resources lookup.