Project

General

Profile

task #5285

Updated by Andreas Kohlbecker over 7 years ago

Vaadin Spring 1.0 is now available 


 


 The Vaadin Spring integration library helps you build amazing Vaadin based user interfaces on top of your high quality Spring based enterprise backend. Your UI classes become Spring managed beans, allowing you to autowire Spring based services directly into your UI code. 


 


 The features of Vaadin Spring include: 

 

 * First class support for Spring Boot 

 

 * Vaadin UI, View and component classes can be Spring managed beans and utilise the IoC container provided by Spring core 

 

 * @SpringUI annotated classes are automatically published, no need to manually introduce a servlet 

 

 * Vaadin Navigator support for View classes annotated with @SpringView 

  

  *Scopes for Vaadin UIs and Views 

 

 * Using the @Autowired annotation in Vaadin UI code 

 

 * Push support 
 

Back