Cloud and Application Modernization

Mail

Technical articles and architecture insights on cloud migration, modernization strategy, legacy transformation and enterprise IT.

Java developer testing toolbox
Java developer testing toolbox

An article dealing with Java application and testing frameworks and related libraries at the heart of DevOps and more basically the Software Development Process & Assurance, testing, and monitoring tools are key tools to ensure a high …

How to implement CQRS with Spring  : new framework
How to implement CQRS with Spring : new framework

This article is a presentation of a new little framework, I have developed and used on several projects. The framework is for Spring Framework and requires Java 8.0. The code is on GitHub and downloadable from Bintray or JCenter./

How migrate from JBoss 5 to 7
How migrate from JBoss 5 to 7

This article is part of my working notes on the subject of “How to migrate Web applications running on JBoss AS 5 to version 7”. JBoss Application Server - Wildfly I will go straight to the details though here are some lines …

Release of FakeSmtp-junit-runner
Release of FakeSmtp-junit-runner

Today, I released a new library to help developers to write integration tests with mail servers. The library has been released on GitHub and Maven Central. fake SMTP-JUnit-runner Links: Github. Important: Part of the source code of this …

Test and Data Generation for Java Unit tests
Test and Data Generation for Java Unit tests

Today I was preparing a presentation about Software Code quality for a TechTalk on Thursday. I made a search on the Internet about Automatic Unit test generators and Data Generators. I will present some tools I have tried. Today, we will …

Writing an integration test with a mail server
Writing an integration test with a mail server

This is a simple example of code to demonstrate how to use the library fakesmtp-junit-runner to write integration tests with mail servers. The library has been released on GitHub and Maven Central.