-
Software Development
Web development frameworks – part 4 : Django
This is a part of my web frameworks review series. Check it out if you haven’t already. Moving on to…
Read More » -
Software Development
Web development frameworks – part 3 : Ruby on Rails
The next runner is Ruby on Rails v3. Unless you have been living under a bucket without an RJ45 port (yes,…
Read More » -
Enterprise Java
Web development frameworks – part 2 : Play Framework 2.0
As the first candidate of our evaluation series we reviewed the Play Framework v2.0. The tutorial and reference documentation used…
Read More » -
Enterprise Java
Web development frameworks – part 1: Options and criteria
At my company we are evaluating which web development framework we will use for the next few years. Since our…
Read More » -
Enterprise Java
Anti cross-site scripting (XSS) filter for Java web apps
Here is a good and simple anti cross-site scripting (XSS) filter written for Java web applications. What it basically does…
Read More » -
Agile
An agile methodology for orthodox environments
My company designs and develop mobile and web based banking solutions. Our customers (banks for the most part) are highly…
Read More » -
Core Java
Java concurrency – Feedback from tasks
Picking up from where I left off in my last post about the java.util.concurrent package, it’s interesting and sometimes mandatory…
Read More » -
Enterprise Java
Preventing CSRF in Java web apps
Cross-site request forgery attacks (CSRF) are very common in web applications and can cause significant harm if allowed. If you…
Read More »