Securing Vaadin apps with Spring Security

securing apps with spring boot and vaadin

Getting security right is critical when building web apps. The upside of building a web app is that people can use it wherever they are, on any device. But you need to ensure that only the right people are able to access it, and that they have access to only the features you intended. 

Subscribe to our newsletter

Be the first to learn about new Vaadin resources and tips

Building a web UI for MySQL databases (in plain Java)

Note: This post has been updated to use Vaadin 8. This guide walks you through the process of connecting to MySQL databases from Java web applications using JDBC and Spring Framework. The UI part will be built using Vaadin Framework that allows you to build modern single-page web apps with only ...