As of June 2009, what are the top programming languages used by projects listed in Objectweb?

Description

This chart shows the top programming languages used by projects in Objectweb.

Visualization:

Objectweb Programming Language Chart

SQL Script

SELECT owpl.description, count(DISTINCT owpl.proj_unixname) AS lang
FROM ow_project_programming_language owpl
WHERE owpl.datasource_id = <current>
GROUP BY owpl.description
ORDER BY lang DESC;

AttachmentSize
Image icon owProgLang.jpg39.96 KB
Data Resources: