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
    • java
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…

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 Microservices

Vert.x and Angular in a self-contained application

Meik Kaufmann Mar 18, 2018 2 Comments

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…

Java Microservices

Get requests with a request body: Spring RestTemplate vs Apache HttpClient

Meik Kaufmann Feb 26, 2018 4 Comments

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…

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

Optimized UI for mobile and web with PrimeFaces

Meik Kaufmann Jan 1, 2017 1 Comments

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…

Java Vaadin

Java 8 concurrency in a Vaadin UI

Meik Kaufmann Oct 19, 2016 0 Comments

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…

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