archives

Web application shootout?

Does anyone know of a project roughly similar to the Programming Language Shootout, but for comparing web application frameworks? I'm especially interested in seeing small-to-medium-sized web applications implemented with different tools, with a focus on seeing how each tool enables component reuse.

As I announced in a recent post, I'm working on a DSL for web application programming, and I'm looking for ways to quantify the advantages it provides over the competition. So far, I've been unable to find even a single comparison of the proper kind on the web.

Automated Code Review Tools for Security

Gary McGraw, Automated Code Review Tools for Security. Forthcoming.

An introductory overview article about static analysis tools and how they can be used to improve software security. The article talks a bit about the history of Cigital's ITS4 tool.