TouchKit is now 100% PWA — so what?

I had a discussion at work about PWAs and somehow got an inspiration to do some small enhancements to TouchKit for Vaadin 8. The 5.0.0 version is now available, and you can now easily build 100% PWA apps with it, but what really changed? Should you care?


Vaadin with Ant, Struts and Spring MVC

I wanted to smoke test a recent JSP integration add-on we prepared for an upcoming webinar on JSP/JSF integration. Lately we also got complaints (for reason!) that we have removed our ANT example build script. We are clueless where the old example is lost and…


Cross Field Validation in Vaadin

The core Vaadin infamously has no support for cross field validation. It is our second most voted feature among pro support users. The reason why it hasn’t been done is that it is really hard to implement perfectly in Vaadin, mostly for the reason that Vaadin contains “UI…


Using Webjars with Vaadin

Webjars are a handy way to consume various JS libraries in JVM applications. Maven will handle the dependencies and typically those are really easy serve from your web applications. With Servlet 3 containers you don’t even need a specific servlet for that, but typical Vaadin…