-
DevOps
Build Docker Images with Maven and Gradle
One of the things that you might want to do if you are using Docker and Java is building the image from…
Read More » -
Software Development
Authenticating with JGit
JGit is a lightweight, pure Java library implementing the Git version control system. You can do a lot of operations…
Read More » -
Enterprise Java
Arquillian Chameleon for the sake of simplicity
When using Arquillian, one of the things you need to do is defining under which container you want to execute all…
Read More » -
Enterprise Java
Making Web UI testing great again with Arquillian, Docker and Selenium (part 1)
Introduction to the Problem Most of the time when you need to write functional tests/end-to-end tests for web UI, you…
Read More » -
Enterprise Java
Continuous Stress Testing for your JAX-RS (and JavaEE) applications with Gatling + Gradle + Jenkins Pipeline
In this post I am going to explain how to use Gatling project to write stress tests for your JAX-RS Java EE endpoints,…
Read More » -
DevOps
Docker and Jenkins – Orchestrating Continuous Delivery
Past week I had the honour of speaking in Docker Barcelona Meetup about how to use Jenkins for doing typical…
Read More » -
Enterprise Java
Container Object pattern. A new pattern for your tests.
If you search for a description of what Page Object is, you’ll find that The Page Object Pattern gives us…
Read More » -
Enterprise Java
Java EE, Gradle and Integration Tests
In the last years Apache Maven has become the de-facto build tool for Java and Java EE projects. But from…
Read More » -
Enterprise Java
Apache Mesos + Marathon and Java EE
Apache Mesos is an open-source cluster manager that provides efficient resource isolation and sharing across distributed applications or frameworks. Apache…
Read More »