vaadin4spring icon indicating copy to clipboard operation
vaadin4spring copied to clipboard

Vaadin integration for Spring and Spring Boot

Results 56 vaadin4spring issues
Sort by recently updated
recently updated
newest added

I build my app following your example with a separate UI for login. now if I'm logged out and open any (non-root) url from the main ui like http://localhost:8080/#!users I...

enhancement
security

There are a few things such as CSRF protection and session management that both Vaadin and Spring Security try to handle. This can lead to conflicts and strange errors. We...

security
investigating

The default application behavior (at least to me) is to dump exceptions on the log, but nothing is shown on screen. e.g.: ``` java 2015-02-18 12:02:28.296 ERROR 83237 --- [nio-8080-exec-5]...

enhancement
investigating

Hey, I guess I'm still struggling with the whole Spring IoC mechanic. I was wondering if it is possible to configure a Vaadin Navigator as UIScoped Bean from a specific...

enhancement
investigating

Since I'm using MongoDB I can't use JPAContainer, so I would love to use a Container based on PagingAndSortingRepository. I wonder I didn't find such a thing. Would that be...

enhancement

Move event bus tests from spring-vaadin-test to spring-vaadin-eventbus. Write missing tests.

tests

Write tests (unit and/or integration) for the I18N module

tests

Some strange error about inability to determine payload type if lambda is used for EventBus.subscribe( event-> ..... )

bug

Hi excellent work on this project! I am working with some of the samples and this excellent example: https://github.com/markoradinovic/Vaadin4Spring-MVP-Sample-SpringSecurity I am trying to convert several of the projects to run...

documentation
samples
wiki

Try as I may @ https://github.com/Muhuru-Bay-Microgrid/muhuru-bay-dashboard/tree/ron-spring-vaading-switch I cannot seem to get the widget sets to build an load. It would be HUGELY helpful to see this exact same project (specifically...

documentation
samples
build
wiki