-
Software Development
Low-risk Monolith to Microservice Evolution Part II
Let’s dive right in! In the previous post (part I) we set up the context for this blog. Basically, as…
Read More » -
Enterprise Java
Converting XML to JSON & Raw Use in MongoDB & Spring Batch
Overview Why convert XML to JSON for raw use in MongoDB? Since MongoDB uses JSON documents in order to store…
Read More » -
Core Java
Java 9: Welcome to Module world
Java 9 has been released on September 21 officially, Eclipse is supporting Java 9 from Eclipse Oxygen.1a (4.7.1a), Lets jump…
Read More » -
Core Java
Lazy Loading and Caching via Sticky Cactoos Primitives
You obviously know what lazy loading is, right? And you no doubt know about caching. To my knowledge, there is…
Read More » -
Software Development
An Overview of the Security Ecosystem in Programming
As is the case in recent years, security breaches are becoming ever more accepted. Just take the recent Equifax breach…
Read More » -
Software Development
Digital Transformation through Composable Integration
Digitalization is heavily used in enterprises today to achieve business success. Business entities which do not embrace this change are…
Read More » -
Enterprise Java
Asynchronous communication made by OpenHub framework
We introduced OpenHub framework in the previous part of this series. This part shows one of the most powerful feature…
Read More » -
Enterprise Java
Spring Cloud – Basic setup
Spring Cloud solves common problems of distributed systems. However, for someone who works only with widely known monolith applications jumping…
Read More » -
Core Java
Java Command-Line Interfaces (Part 24): MarkUtils-CLI
The first post in this series on parsing command line arguments in Java featured the Apache Commons CLI library. This…
Read More »