This is an experiment for a real-time tracking of a football match using only web technologies. In this case I’ve chosen to track a football match from Futbol... Read all
WADL (Web Application Description Language) is to REST what WSDL is to SOAP. The mere existence of this language causes a lot of controversy (see: Do we need... Read all
1. OverviewThis is the second of a series of articles about Persistence with Spring. The previous article discussed setting up the persistence layer with Spring... Read all
In this post I will demonstrate how to leverage the -episode XJC extension to reuse classes previously generated from.an XML schema. This is useful when an XML... Read all
1. OverviewThis is the second of a series of posts about setting up a RESTful web service using Spring 3.1 with Java based configuration. The first post of the... Read all
There are a number of problems with having a large number of records in memory. One way around this is to use direct memory, but this is too low level for most... Read all
One of the biggest promises java EE6 made, was to ease the use of dependency injection. They did, using CDI. CDI, which stands for Contexts and Dependency... Read all
i feel like writing some posts about cdi (contexts and dependency injection). so this is the first one of a series of x posts ( 0<x<10 ). i will not go... Read all