spring

REST client in Spring

Aug 24 2011

So, how do we create a REST client in a Spring based java application. It's easy, isn't it? All you do is make an http connection and read the results. Well, not quite. In this example I use a simple call to http://realurl.org as an example.

OpenGamma first glance

OpenGamma released a public version of their Risk Management software at the end of April[0] and I've had a few weeks to read the docs, look at the code, run the tests, and basically play around with it. What I haven't done yet is generate a risk report.

Here are my first thoughts.

Spring Roo Article 2

You may remember my article some time ago written about Spring Roo. Well I've been playing with it some more and am thinking that the pros outweigh the cons.

SpringRoo and DB ReverseEngineering Part 1

SpringRoo Article 1

Ever since I started trying to do websites in Java I wanted code generation tools. However they were impossible to find back then and I got disheartened. However SpringRoo is a tool which has restored my enthusiasm.