-
Enterprise Java
Servlet Upload File and Download File Example
File Upload and Download and common tasks in a java web application. Since I have written a lot about java…
Read More » -
Career
Recruiters Are Pretty (and How to Find One)
You would need to be blind not to notice that tech recruiting firms are now tending to hire young and…
Read More » -
Core Java
Safely Create and Store Passwords
Nearly every time when it comes to user profiles it is necessary to manage user credentials and thus be able…
Read More » -
Scala
A practical solution to the BREACH vulnerability
Two weeks ago CERT released an advisory for a new vulnerability called BREACH. In the advisory they say there is…
Read More » -
Agile
Looking for Answers at Agile 2013
I went to Agile 2013 last week in Nashville to look for answers on how Agile development ideas and practices…
Read More » -
Core Java
Apache log4j is the leading logging framework
According to a survey from Zero Turnaround Apache log4j is the leading Java logging framework. This was actually a very…
Read More » -
Enterprise Java
Spring MVC: Resources
One of the most frequent questions which I receive from my blog readers is how to use css and javascript…
Read More » -
Core Java
Injecting Test Doubles in Spring using Mockito and BeanPostProcessors
I’m pretty sure that if you have ever used Spring and are familliar with unit testing, you have encountered a…
Read More » -
Software Development
What if every object was an array? No more NullPointerExceptions!
To NULL or not to NULL? Programming language designers inevitably have to decide whether they support NULLs or not. And…
Read More »