many add-ons and code samples to help you get started with Vaadin. Follow at – @samiekblad (4)">

Vaadin Dev Day videos published

Vaadin Dev Day Raleigh and Dev Day Munich are just around the corner, so we wanted to release the material from the previous Dev Days. Those Vaadin Dev Days were held in Berlin and New York in May. If you couldn’t attend then, we now have made the video recordings available for you. The topics ...

Vaadin 7.5 released

Hello everyone! We’re happy to announce that we got a new release out. This one is called Vaadin 7.5. This is a good moment to have a look at what was just released. Declarative support for Vaadin Designer First of all, have you met Vaadin Designer? It is one of the most exciting tools we have ...

Vaadin available at start.spring.io

Spring Initializr is a project configurator that you can use to kickstart your application project. You can use it directly from the web page, but there are also IDE integrations, Spring Boot CLI or simply command line curl to get started. You can just check the libraries and e.g. DB that you are ...

Vaadin 7.4 released

Welcome to the next 7-series release. Even though this is called a "minor release", Vaadin 7.4 includes some enhancements which are actually making it a huge step forward. The Grid - for all your data First things first. The Table component has been one of the most prominent components in Vaadin ...

Vaadin and Maven just got better

Vaadin has been supporting Maven for years already, and we recently had a major update of Vaadin archetypes. Now, that we are getting closer to Vaadin 7.4, we have been updating them again but we also wanted to update the documentation add some helpers to make you more productive. Bootstrap your ...

From the Labs: Vaadin Components and Elements

Vaadin is one of the most used Java frameworks for the web today. In our effort of bridging the gap from HTML to Java backends, we constantly investigate new technologies that make sense for web developers. Now, there are two early works available in Vaadin Labs that you might want to try ...

Get on the right track with new Maven archetypes

Are you starting a new Vaadin application with Maven? If so, we have good news for you. To help you get started “on the right foot”, we are rolling out a few new Maven archetypes in the near future. The first one on the list, the vaadin-archetype-application-example aka the Book Inventory ...

BDD with Vaadin TestBench 4

Vaadin TestBench is an integration test tool, an extension to WebDriver. It simulates user interactions in real browser implementations. Thus, it is a great tool to really ensure things work as they should, from the browser level all the way to the database. From low-level UI testing... TestBench ...

Vaadin, CDI and Java EE compatibility

Vaadin CDI support became official today. While CDI features have been in use in practice for quite some time already, this is a major step in making the use of Java EE 7 technologies easier. Most of you are already more than familiar with Java EE “Web Profile”. Web Profile offers a complete stack ...