Questions tagged [vaadin4spring]

This add-on adds support for Vaadin to Spring and Spring Boot, or Spring support to Vaadin, depending on your point of view.

This add-on adds support for Vaadin to Spring and Spring Boot, or Spring support to Vaadin, depending on your point of view.

https://github.com/peholmst/vaadin4spring

79 questions
0
votes
1 answer

How to use PollListener in vaadin?

I'm trying to use PollListener in vaadin with following code: @VaadinUI @PreserveOnRefresh public class ApplicationUI extends UI { @Override protected void init(VaadinRequest request) { setPollInterval(1000); access(new…
membersound
  • 81,582
  • 193
  • 585
  • 1,120
0
votes
1 answer

How to update content in a vaadin tab on selection change?

I have a Vaadin tab menu, each tab contains of course different content. Now, if the content is an own class with dynamically generated content, how can I force the content to be updated if a tab is selected? My content class implements View, thus…
membersound
  • 81,582
  • 193
  • 585
  • 1,120
-1
votes
1 answer

Vaadin lazy loading with Spring REST

In my Vaadin web application I need to display 10,000+ user Information in a Table(or Grid) . The User information displaying in UI is retrieved from our own Spring REST web Service. How Can I achieve this? ... Thanks
chathura
  • 31
  • 1
  • 5
-5
votes
1 answer

Vaadin front-end for social network?

From the information I've gathered, Vaadin seems best suited for business related applications. I'm just wondering if anyone with experience could tell me if it would be possible to create Facebook 2.0 with Vaadin? It seems like a really good…
Lithicas
  • 3,793
  • 7
  • 23
  • 32
1 2 3 4 5
6