Java
-
The Misuse of End To End Tests – Testing Techniques 2
My last blog was the first in a series of blogs on approaches to testing code, outlining a simple scenario…
Read More » -
Change Without Redeploying With Eclipse And Tomcat
They say developing Java is slow because of the bloated application servers – you have to redeploy the application to…
Read More » -
Java 7 Feature Overview
We discussed previously everything that didn’t make it into Java 7 and then reviewed the useful Fork/Join Framework that did…
Read More » -
Devoxx Day 1
Participating at Devoxx brought me enough motivation to post my first blog entry. I am for the first time here…
Read More » -
Testing Techniques – Not Writing Tests
There’s not much doubt about it, the way you test your code is a contentious issue. Different test techniques find…
Read More » -
Bootstrap a Web Application with Spring 3
1. Overview This is the first of a series of tutorials about setting up a RESTfull web application using Spring…
Read More » -
Securing a RESTful Web Service with Spring Security 3.1, part 3
1. Overview This tutorial shows how to Secure a REST Service using Spring and Spring Security 3.1 with Java based…
Read More » -
Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2
1. Overview This article shows how to set up a REST in Spring – the Controller and HTTP response codes,…
Read More » -
Web-service learnings with Apache CXF
In my last couple of projects I worked with web-services, creating them at some places and consuming them at others.…
Read More »