Vert.x and Angular in a self-contained application
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…
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…
With version 8.3 of the Vaadin UI framework along with the official CDI addon for Vaadin, come a number of changes for CDI usage. Some enhancements were made for the…
Separating the business logic from application code has been a customer's dream and one of the most important architecture goals for many IT development projects. However countless "if - else"…
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…
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…