Mission RIP Table: Migrate to Grid! - Intro

Vaadin Grid was announced over two years ago, and since then it has evolved with many new features and enhancements. If this wasn’t enough killer for the Table component, then the announcement of Vaadin Framework 8 earlier this year, with explicit deprecation of Table, places it in a critical ...

Upgrading to Vaadin Framework 8 (Part 2 of 2)

In the previous part of this blog, I talked about the most important steps to get your project to compile with the latest Framework version. The migration has been done through the first three steps mentioned here, and in this post I will go over the least complicated steps of migration. Steps 4 ...

Upgrading to Vaadin Framework 8 (Part 1 of 2)

With a major release, you would usually expect major modifications in the core of the framework. But this time, the migration is not too complicated. Not only because of the migration tool provided to make a smooth transition from Framework 7 to Framework 8, but also because of the similarity in ...

OSGi and Vaadin - Part 1

If you are looking forward to run Vaadin with an OSGi environment you would have found the "Lunifera addon" at Vaadin directory. It is a comfortable way to get some benefits of OSGi in your Vaadin application. But maybe you want to implement your Vaadin bridge by your own. Therefore I have prepared ...