Skip to content

Mekaso rocks

A blog about java, enterprise architecture, microservices and related technologies

Mekaso rocks

A blog about java, enterprise architecture, microservices and related technologies

  • Java
  • Microservices
  • Enterprise Architecture
  • Vaadin
    • Home
    • vaadin
Java Vaadin

Improve your Vaadin application with fancy animations

Meik Kaufmann Jan 3, 2020 1 Comments

Vaadin is a feature rich framework to develop applications with Java. It provides a large set of components for all kinds of business requirements and a convenient programming model to…

Enterprise Architecture Java Vaadin

Check your Vaadin MVP architecture with Unit tests

Meik Kaufmann Mar 13, 2019 0 Comments

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

Vaadin 10: Using theme style classes for your components

Meik Kaufmann Jun 5, 2018 0 Comments

The first release candidate for Vaadin 10 has been unleashed and I have just started to migrate some of my Vaadin 7/8 projects to version 10. As I prefer a server…

Java Vaadin

Vaadin 10: Templating your views with FlexLayout

Meik Kaufmann May 11, 2018 0 Comments

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…

Java Vaadin

Perfect multi language support for your Vaadin application (I18N)

Meik Kaufmann Apr 12, 2018 0 Comments

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…

Java Vaadin

An update to Vaadin, CDI and readable URIs

Meik Kaufmann Feb 7, 2018 0 Comments

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…

Enterprise Architecture Java Vaadin

(really really) Separating business logic from UI Code with Drools and Vaadin

Meik Kaufmann Oct 11, 2017 0 Comments

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"…

Java Vaadin

Material Vaadin

Meik Kaufmann Jul 25, 2017 0 Comments

The Vaadin 8 framework uses the excellent Valo theme, which can be used out-of-the-box or as the base for a custom theme. The (old school) themes for Vaadin 7 (reindeer,…

Enterprise Architecture Java Vaadin

Unit tests for a Vaadin 8 MVP application

Meik Kaufmann Mar 27, 2017 0 Comments

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…

Enterprise Architecture Java Vaadin

A practical guide to MVP for Vaadin

Meik Kaufmann Mar 10, 2017 2 Comments

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…

Posts navigation

1 2

Next Page »

You Missed

Java Vaadin

Improve your Vaadin application with fancy animations

Enterprise Architecture Java Vaadin

Check your Vaadin MVP architecture with Unit tests

Vaadin

Vaadin 10: Using theme style classes for your components

Java Vaadin

Vaadin 10: Templating your views with FlexLayout

Mekaso rocks

A blog about java, enterprise architecture, microservices and related technologies