Series business value 3: Continuous delivery of business value with microservices

In this blog post I will describe how to support a modern continuous delivery process to deliver business value daily to weekly. The main tools that will be used are git, Jenkins multibranch pipelines and production application servers e.g. wildfly.

[…]

Series business value 2: Example business application with microservices

In this blog post I will describe an example application that is based on the ideas given in the blog post Business value driven architecture with microservices. You can see that it is technical but it also includes some simple ideas that make software engineering a lot easier and a lot more usable for the end Read more about Series business value 2: Example business application with microservices[…]

Java EE Module System

In this blog post I will explain a little bit about the technology that I used to create a pure Java EE 7 module system based on a Wildfly 10 application server. In the image above you can see the details. Design Goals What are the design goals of the system? Java based Standard based Read more about Java EE Module System[…]

Java EE 7 Killer Architecture in 229 lines of code – Wildfly, Olingo, OpenUI5

This blog post will describe a killer Java EE architecture that connects the database through a JPA layer to the client. The client will use OpenUI5 with a OData Model. I coded this whole project in around 2 hours on a sunday. The results are published on github: https://github.com/ManuelB/blueprint Application Code Here is the amount Read more about Java EE 7 Killer Architecture in 229 lines of code – Wildfly, Olingo, OpenUI5[…]