mimacom blog

HashiCorp Vault in Cloud Foundry environment

December 15, 2017

In this blog post, we will describe how you could configure HashiCorp Vault in a Cloud Foundry environment. In Cloud Foundry developers provision service instances and then bind those service instances to an application. The service broker is responsible to provide those service instances by interacting with the Cloud Controller. The service brokers advertise a catalog of service offerings and service plans in the marketplace (e.g. a single node Vault plan or a clustered multinode Vault plan). They also act on requests from the marketplace for provisioning, binding, unbinding, and…

Read more

Trigger a Spring Batch job with a JMS message

September 29, 2017

Creating a batch-driven solution is pretty easy with Spring Batch. There is an excellent getting started guide on spring.io website, which explains the basics and provides example code how to start a batch job on application startup. However, batch jobs are typically executed as a result of an event. In this blog post, we are going to look how to trigger a Spring Batch job with a JMS message.

Read more

Vue.js with Liferay DXP

July 17, 2017

Vue.js (vuejs.org) is an open-source progressive JavaScript framework for building user interfaces. The creator of Vue.js worked in the AngularJs team, so this framework have some similarities with AngularJs. It is a very small library and due to its design is very easy to integrate with other framework. It is a candidate to use for creating portlets for Liferay

Read more

Spring microservices monitoring: /metrics endpoint and ELK, Part II: Improvements

June 29, 2017

As we saw in the first part of this series, it is essential to monitor the health of our microservices, and to improve the tool we developed which helps us get metrics and forward them to an Elasticsearch instance. In this chapter we will pursue the question of how can we improve the processing of the result of the metrics endpoint.

Read more

DDD eXchange 2017

June 5, 2017

Last year I went to several conferences, one about JavaScript and at least two about Java. Unfortunately, the last conference was rather boring since at every Java conference they are talking about the same cool Java 8 and Java 9 stuff, for example project Jig-Saw or Lambda expressions. After listening to several “Java User Group” talks and attending one Java conference there will not be a lot of new content in another three-day conference. In my opinion this is sad and I decided this year to go to more specialised conferences.

Read more
Newer posts Older posts