-
Enterprise Java
Ultimate JPA Queries and Tips List – Part 2
This part continues from the first part of the series. JPA: NamedQuery, querying with dates, warnings about the getSingleResult method…
Read More » -
Enterprise Java
Ultimate JPA Queries and Tips List – Part 3
Before you read the third part , remember the first and second part of the series JPA: Creating a object…
Read More » -
Enterprise Java
Spring Custom Namespaces
Spring Custom Namespaces provides a good way to simplify the xml files used to describe the bean definitions of a…
Read More » -
DevOps
Does Devops have a Culture Problem?
At the Devopsdays conference in Mountain View, Spike Morelli led an Open Space discussion on the importance of culture. He…
Read More » -
DevOps
Couchbase 101 : install, store and query data
Introduction In this post I just want to show how easily is to get started with Couchbase, and also explain…
Read More » -
Enterprise Java
Spring Security Part 1 – Simple Login application with database
What is Spring Security? Spring security is a framework that provides security solution, handling authentication and authorization at both the…
Read More » -
Enterprise Java
Logback: Application errors notification
Some months ago when I was doing big application refactoring I found really annoying pieces of log4j based code used…
Read More » -
Enterprise Java
Tomcat Context JUnit @Rule
A first draft of a JUnit @Rule that create the test context. This can be used with the Spring context…
Read More » -
Software Development
Implementing SAML to XACML
Before Implementing SAML This is how a XACML request will looks like when it is arriving at PDP(Policy Decision Point)…
Read More »