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
    • CDI
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

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…

Enterprise Architecture Java Vaadin

Use the Vaadin CDI Navigator to support bookmarks and browser navigation buttons

Meik Kaufmann Feb 19, 2017 1 Comments

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…

Java Microservices

Using CDI in a Dropwizard Microservice

Meik Kaufmann Jul 23, 2016 0 Comments

Dropwizard provides a great infrastructure for creating microservices. Jetty for http, Jersey for Rest, Jackson for JSON, Metrics for metrics and other useful helper libraries can be seen as a…

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