Enterprise Java
-
What Should you Unit Test? – Testing Techniques 3
I was in the office yesterday, talking about testing to one of my colleagues who was a little unconvinced by…
Read More » -
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 » -
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 » -
Hibernate by Example – Part 2 (DetachedCriteria)
So last time we helped out justice league to effectively manager their super heroes. Today we focus on how The…
Read More »