Sweet Online Reference Tool

June 7, 2007 | by chico
Got API
Read More

Unit Test Your Web Security

May 31, 2007 | by chico
Web-based business applications require stringent security measures. Within a secure website, a user must be authenticated by the system and for each different user role a predetermined set of authorization rights must be imposed. This isn’t anything new, and luckily, there exists an open source Java security framework, known as Acegi, which makes the job [...]
Read More

Automating Asynchronous Jobs with Java 5 and Spring

May 25, 2007 | by chico

Read More

Hibernate Tip of the Day – Is it a feature or a bug?

May 10, 2007 | by chico
Annotations have undoubtedly been a breath of fresh air since coming onto the Java scene, but here’s one big slap in the face which you can’t help but feel is totally unwarranted. I’m talking about mixing your field and method annotations in Hibernate. This really bares its ugly head when annotating relationships. Let’s have a look-see at [...]
Read More

Daylight Savings Time changes

March 9, 2007 | by Trevor
What is DST? Daylight Savings Time (DST) is an adjustment made to the local standard time, allowing people to make the best use of daylight during the different seasons. The mnemonic device “Spring ahead, Fall back”, refers to how one should adjust a clock to correctly navigate the move to and from DST. New start and end [...]
Read More