-
Enterprise Java
Pitfalls of the MyBatis Caches with Apache Ignite
A week ago, MyBatis and Apache ignite announced of support apache ignite as a MyBatis cache (L2 cache). technically MyBatis…
Read More » -
Agile
Analysts aren’t managers
Continuing from my last blog, Managers who aren’t managers, I need to say a bit more about people who aren’t…
Read More » -
Core Java
DIY Annotations
Since Java 5 there have been annotations in Java. I wanted to make my own annotation just to see what…
Read More » -
Enterprise Java
Deploying a microservice – Spring Boot fatjar to Amazon Elastic Beanstalk
Recently I was working on a proof-of-concept web application that I wanted to deploy to a public cloud for a…
Read More » -
Core Java
Multi level grouping with streams
1. Introduction With Java 8 streams it is pretty easy to group collections of objects based on different criteria. In…
Read More » -
Software Development
Neo4j: A procedure for the SLM clustering algorithm
In the middle of last year I blogged about the Smart Local Moving algorithm which is used for community detection…
Read More » -
Core Java
Parallel execution of blocking tasks with RxJava and Completable
” How parallel execution of blocking “side-effect only” (aka void) tasks became easier with Completable abstraction introduced in RxJava 1.1.1.…
Read More » -
Enterprise Java
NetBeans Java EE Tip #3: RESTful Web Services from Database
Many modern web applications are moving towards the use of stateless communications using HTTP. The REST (Representational State Transfer) architectural…
Read More » -
DevOps
Docker Installation Scripts – CLI, Machine, Compose, Version Manager
Docker Toolbox is cool! It is a single point download that gives you everything to get started with Docker. But…
Read More »