Enterprise Java
-
Mocking with JodaTime’s DateTime and Google Guava’s Supplier
Introduction If you’re a seasoned unit tester, you’ve learned to take note when you see any code working with time,…
Read More » -
Apache Hive on Windows in 6 easy steps
Note: You need to have cygwin installed to run this tutorial, as Hadoop (needed by Hive) needs cygwin to run…
Read More » -
JavaOne 2012: Up, Up, and Out: Scaling Software with Akka
After the late-ending Community Keynote, I headed to Hilton Golden Gate 3/4/5 to see Viktor Klang‘s (Typesafe) ‘Up, Up and…
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 » -
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 » -
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 » -
Spring Shell Project Released
Spring Source released Spring Shell yesterday. Spring Shell is an interactive shell that can be easily extended with commands using…
Read More »