Vaadin Blog
Working at Vaadin – Sami Suo-Heikki
In this series, we’ll meet different people working at Vaadin and hear about their daily life. Sami Suo-Heikki started at Vaadin in January this year and today works as a Vaadin Developer in the Engineering department. Sami is working in the Elements team that is creating new Web Components for the ...
Community Spotlight - May 2016
In this month’s Community Spotlight, I’d like to summarize some of the new add-ons that have been published in Vaadin Directory recently. We are close to reaching 600 add-ons, so a big thanks to everyone using and contributing to the framework. Keep sharing your widgets so that others can enjoy ...
Online trainings 20% off during Vaadin Summer School
Just like last year, we want to give you the chance to learn new things during the summer – and we’re thus running a discount on online trainings this summer as well. There are courses for all levels, from Vaadin Framework (2 days) to Vaadin Framework Best Practices (2 days) and from Vaadin ...
Announcing Vaadin Core Elements 1.0
Vaadin has been in the business of building UI components for the web since our start in 2000. Over the years, we’ve built up a big library of components and more importantly we’ve learned a lot about what developers and businesses need from their components. With the introduction of the Web ...
Filter based Spring Security in Vaadin applications
Spring Security’s web infrastructure is completely based on standard servlet filters. All requests go through a filter chain, where each filter does something with the request and decides whether to continue down the chain or stop and do something else. For example, a filter could check if the user ...
What have we resolved lately?
Vaadin Support resolves a humongous variety of different tasks and issues all the time. It is actually fascinating to see all the different Vaadin projects our customers are working on and what they are struggling with. However, every now and then some issues surface that kind of repeat themselves. ...
Dynamic HTML templates with FreeMarker and Vaadin
As you may already know, with Vaadin you don’t have to worry about HTML. However, this doesn’t mean that Vaadin would prevent you from using it. There might be cases in which you want to design a layout using plain HTML and add Vaadin components into it. Moreover, you might want to add ...
Let's talk about DDD
All software systems are hopefully designed to solve a real world problem. To be able to do this, the software needs an abstraction of the problem - a model - that it can work with. Coming up with this model is not always easy, especially if the real world problem is complex. Domain Driven Design ...
Accessing hardware from web applications
Web applications accessed with a browser are more powerful than ever, and in many cases they have already replaced desktop applications. For example, many of us have started to use GMail as the primary email client. However, there are still some areas where a browser-based solution does not work - ...