What programming language and framework has best support for agile web development?

Posted by Jonas on Programmers See other posts from Programmers or by Jonas
Published on 2010-09-27T08:00:24Z Indexed on 2011/02/25 23:33 UTC
Read the original article Hit count: 338

Filed under:
|
|

If I would like to quickly set up a modern website, what programming language + framework has best support for this? E.g. short and easy to understand code for a beginner and a framework with support for modern features. Disregard my current knowledge, I'm more interested in the capacity of web programming languages and frameworks.

Some requirements:

  • RESTful URIs: http://example.com/category/id/page-title similar to the urls here on Programmers.
  • ORM. A framework that has good database support and provide ORM or maybe a NoSQL-database.
  • Good support for RESTful WebServices.
  • Good support for testing and unit testing, to make sure the site is working as planned.
  • Preferably a site that is ready to scale with an increasing number of users.

© Programmers or respective owner

Related posts about web-development

Related posts about agile