Check your Vaadin MVP architecture with Unit tests
All those architectures out there start as a simple consistent idea… and end in a mess. After too many change requests and refactoring tasks to improve your project or correct…
All those architectures out there start as a simple consistent idea… and end in a mess. After too many change requests and refactoring tasks to improve your project or correct…
Vaadin 10 is an almost complete rewrite of the successfull Vaadin framework and offers many new interesting and usefull features. One interesting feature is the router, that will superseed the…
Creating a multi lingual web application is a common task in modern web development. Most (old-school) java web frameworks offer out-of-the-box solutions for this task, but for single-page-application frameworks like…
While I am still working with standard JEE architectures, I wanted to try out a Javascript frontend connecting to a Java backend in a self-contained application (SCA) for a long…
During the last couple of days, I had the task to call some rest endpoints for a backend application. So far, so good, so easy... I thought. However, something looked…
The model-view-presenter (aka MVP) architecture pattern is a good choice for Vaadin applications. It clearly separates the business logic from the UI code and improves testability. Well... I heard statements…
The MVP (model-view-presenter) is a solid architecture pattern for Vaadin projects of all sizes. However there are many ways to achieve it. I would like to have a MVP architecture…
Single page web applications have become more and more popular as they support responsiveness in an elegant way and create great user experiences with fast rendering times. Vaadin is a…
When developing web applications with JSF and PrimeFaces most target users are still using PC or laptops as they will use the application mainly during work hours. Mobile devices like…
Right now - as I am writing this post - Vaadin is my favourite UI framework for Java web applications. While alot of frameworks seem to create just as much…