views:

129

answers:

4

I just wanted to get a sense of what web application frameworks is used by users of stackoverflow.com either at work or for personal projects.

Please list the name of the web application framework and the platform it is based on.

+1  A: 
  1. Django (Python)

  2. Rails (Ruby)

  3. Symphony (Php)

  4. Cake (Php)

  5. Zend (Php)

  6. Grail (Java)

  7. Spring (Java)

Are some of the most popular frameworks at the moment but I'm using Playframework because I like it more.

mnml
Thanks for going back and adding hyperlinks...
Rob Cowell
+1  A: 

Big fan of QCodo myself

Rob Cowell
+1  A: 

We use
1) JSF(Java)
2) Seam(Java)
3) Struts(Java)

Padmarag
+1  A: 

There are different Frameworks for different Programming Languages.

I prefer:

  1. ASP.NET MVC (.NET)
  2. PureMVC (For Flash and Flex)
Pbirkoff