Progressive web apps in Java

Update 29-June-2018: There are now more in depth resources about PWA, and example of integrating PWA with Vaadin Flow. What is the big deal about Progressive Web Applications (PWAs) and why are they trending nowadays? Here is one explanation by Google: “It [PWA] loads quickly, even on flaky ...

Want to learn Vaadin? Check out our university course!

One of the best things about open source communities is the sharing of knowledge. And what better way to share it than by organising a course at the local university? Last fall we collaborated with Turku Centre for Computer Science and the result was a full course called “Developing Modern Web Apps ...

Enabling HTTPS in your Java server using a free certificate

Using HTTPS connections in web application client-server communication has grown to be more and more common nowadays. In fact, for some types of applications, it’s become a requirement. For example, if you want to use Geolocation API in a web app running in Chrome, you need to have HTTPS enabled. ...