About Alex Soto
List/Grid Author Archives Subscribe to the RSS feed of Alex Soto

Testing client side of RESTful services
Develop an application that uses RESTful web API may imply developing server and client side. Writing integration tests for server side can be as easy as using ...

Jenkins: Deploying JEE Artifacts
With the advent of Continuous Integration and Continuous Delivery , our builds are split into different steps creating the deployment pipeline. Some ...

Observer Pattern with Spring Events
INTRODUCTIONThe essence of the Observer Pattern is to ‘Define a one-to-many dependency between objects so that when one object changes state, all its dependents ...

Build Flow Jenkins Plugin
Most of us we are using Jenkins/Hudson to implement Continuous Integration/Delivery, and we manage job orchestration combining some Jenkins plugins like ...

Answering with Mockito
When you are writing unit tests, you must keep in mind to not have dependencies to external components. To avoid this we use mock frameworks which for me the easiest one to ...

Bye, Bye, 5 * 60 * 1000 //Five Minutes, Bye, Bye
In this post I am going to talk about one class that was first introduced in version 1.5, that I have used too much but talking with some people they said that they didn’t know ...

NoSQLUnit 0.3.0 Released
Introduction Unit testing is a method by which the smallest testable part of an application is validated. Unit tests must follow the FIRST Rules; these are Fast, Isolated, ...

Testing Abstract Classes and Template Method Pattern
From wikipedia “A template method defines the program skeleton of an algorithm. One or more of the algorithm steps can be overridden by subclasses to allow differing behaviors ...

Log JDBC operations with Log4jdbc
When we develop any application, after we finish it or when we end up any of its module, we start optimization process. Most applications contain database access, and if you are using ...

Hibernate Tip: Sort and Order
Let’s introduce another hibernate performance tip. Do you remember the model of previous hibernate post? We had a starship and officer related with a one to many association. @Entity public ...





