Simple Scala dependency injection with Scaldi (part 1)
Dependency Inject is a very useful pattern in most medium to larger projects. However, it’s also sometimes useful in smaller projects. In smaller projects, ...
Dependency Inject is a very useful pattern in most medium to larger projects. However, it’s also sometimes useful in smaller projects. In smaller projects, ...
In part 1 of this series, we explored how Spring Integration allows us to easily leverage some of the Enterprise Integration Patterns to deploy salable servi...
Spring Integration provides an implementation of the Enterprise Integration Patterns (as described in the book “Enterprise Integration Patterns: Designing, B...
I recently took the “Oracle WebLogic Server 12c: Advanced Administrator II”. I actually took the beta exam (1z1-134). This is the exam that will eventually...
While while trying to container based authentication working with a JDBC realm, I had the need to step through the internals of GlassFish to get a better ide...
The “Plan”
Last Saturday I passed the 1Z0-807 test, and I wanted to share some of my experience, specially since there seems to be little information about this test (c...
This blog post provides a very simple example of integrating Maven, Jenkins, and SonarQube, in particular to properly get coverage metrics of integration tes...
Spring security In this blog post we continue adding functionality to our Spring and JPA application. We will be adding basic security using Spring Security ...