Java
-
JavaOne 2012: Mastering Java Deployment
After grabbing an Italian Classic Combo for another JavaOne 2012 lunch, I headed to Hilton Imperial Ballroom B to see…
Read More » -
Your first Juzu portlet on eXo platform
Juzu is a Buddhist prayer bead. One sentence and I am sure you have already learnt something, impressive no? Ok,…
Read More » -
Where do the stack traces come from?
I believe that reading and understanding stack traces is an essential skill every programmer should posses in order to effectively…
Read More » -
Spring Security: Prevent brute force attack
Spring Security can do lot of stuff for you. Account blocking, password salt. But what about brute force blocker. That…
Read More » -
3 things Java developers should know
Here is an interesting article for those of should who have been following remotely the JavaOne 2012 conference. A recent…
Read More » -
JavaOne 2012: Looking into the JVM Crystal Ball
I returned to Plaza A/B in the Hilton to attend the fourth session on Monday, but first went up to…
Read More » -
JUnit Testing Spring Service and DAO (with In-Memory Database)
This post describes how to implement JUnit tests for a Spring Web Application’s Services and DAO. It is built on…
Read More » -
Maven Fluido Skin and Javadoc class diagrams
I have been using Maven sites for a while, and am very happy with it. I didn’t like to have…
Read More » -
Spring MVC Controller JUnit Testing
JUnit testing Spring MVC controllers is not an easy task. But recently, a new project (to be included in Spring…
Read More »