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

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

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…

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

Teaching Enterprise Architect Java Exceptions

Meik Kaufmann Oct 3, 2016 0 Comments

Enterprise Architect (EA) is great tool to model classic UML structural and behavioral diagrams. It is a multi-purpose tool that supports a variety of programming languages like Java, C#, Php…

Enterprise Architecture Java

Teaching Enterprise Architect standard Java

Meik Kaufmann Aug 1, 2016 3 Comments

When I prepared for the "Oracle Enterprise Architect Master Certification" I was introduced to Sparx Enterprise Architect. It was recommended as the best tool to model and design the practical…

Microservices

Running your Dropwizard Microservice as a Windows Service

Meik Kaufmann Jul 27, 2016 0 Comments

Creating a mircoservice with dropwizard is an easy task. You do some java coding and configure a YAML file to get a running microservice within a short time. The created…

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…

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