Top "Vaadin" questions

Vaadin is an open-source platform for web application development.

Eclipse The hierarchy of the type ... is inconsistent with @Configurable annotation

I am developing a Spring/Vaadin/Hibernate application. Everything works but I still have the following error markers in Eclipse …

eclipse spring hierarchy vaadin configurable
Spring Security circular bean dependency

I'm currently working on a Vaadin spring application. According to the app specifications, authentication/authorization of the users must be …

java spring spring-security vaadin spring-jdbc
How to disable spring-security login screen?

I'm using spring-boot-starter-security dependency, to make use of several classes that come with spring-security. But as I want to integrate …

java spring spring-security vaadin spring-boot
webxml attribute is required with Servlet 3.0

I get this error when trying to compile a Vaadin WAR: Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.1.1:…

maven maven-plugin vaadin vaadin7
How can I force Vaadin v8 to update the screen?

I have a small Vaadin v8 application that has several input fields (comboboxes, selectgroups, etc...). The content of most of …

java vaadin
Maven build error: Failed to execute goal, missing a class

I'm trying to package the sample application from vaadin 7.0.0 with the maven plugin for eclipse, but every time a run …

eclipse maven vaadin
Differences between GWT and Vaadin

Can anyone suggest whether "GWT" or "Vaadin" are a better choice to design an application? Also: what are the differences …

gwt vaadin
Vaadin: failed to load widgetset.nocache.js

I'm using Vaadin 6.8.2 and Maven to develop an application. I've tried to add the Calendar add-on (1.3.0 - the version for …

maven gwt vaadin add-on
Vaadin and Spring MVC Integration

I'm thinking about the possibility of using Spring MVC with Vaadin Framework. Are there any documented ways of making them …

spring spring-mvc vaadin
set table row height

My lacking skills of CSS is giving me a headache. As presented in this picture below, captured from firebug: Using …

vaadin tablerow css