Archive for the ‘Open Source’ Category

Sonar the quality dashboard tool

Wednesday, July 21st, 2010

I thought I would share my new preferred tool: sonar.

It is a web application that enables to visualize and exploit the results of static analysis tools, tests and dependency analysis tools. It gives a fantastic view of the overall quality of your code, highlights the problem areas and even enable you to visualize the highest priority items.

My favorite piece is the technical debt optional plugin. With some effort you can probably make it somewhat accurate for your particular circumstances. Which would be somewhat missing the point. Ideally you would want to use it as a benchmark value across organizations as the appetite for quality is already reflected in the rules you choose to include in the analysis.

And did I mention it is effortlessly populated from maven ?

Post to Twitter

A few open source projects in the financial area

Friday, February 15th, 2008

This is only the result of a quick search but it surfaced mightily interesting projects and interesting initiatives. I am glad to see some open source picking up in the financial applications area. It will be initially hard to compete with some of the software companies in the arena but it may help revitalise internal development efforts in major institutions and enhance the experience here.

Also there is certainly an opportunity there for smaller institutions to leverage open source and participate in it rather than buy very expensive, over the top commercial solutions.

QuickFix is a Fix engine that works with C, Java and even Ruby,

Marketcetera is an order management system that uses mostly java but also has a rails application,

JFin is a java project that offers date manipulation (fixed income developers know how precious this is) and is trying to build a derivatives model,

And a few quant libraries QuantLib, KQuant and JQuantLib.

I also need to mention OpenAdaptor, which was actually developed and contributed by Dresdner Kleinwort.

Post to Twitter