LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > 2012 LinuxQuestions.org Members Choice Awards
User Name
Password
2012 LinuxQuestions.org Members Choice Awards This forum is for the 2012 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2012. This is your chance to be heard! Voting ends on February 4th.


Notices


View Poll Results: Open Source Web Framework of the Year
Apache Wicket 12 8.76%
CakePHP 6 4.38%
Cappuccino 3 2.19%
CodeIgniter 9 6.57%
Django 47 34.31%
Flask 4 2.92%
Grails 1 0.73%
Kohana 0 0%
Mason 0 0%
Merb 0 0%
Pylons 0 0%
Pyramid 2 1.46%
Ruby on Rails 30 21.90%
Sinatra 2 1.46%
Spring 5 3.65%
Struts 2 1.46%
Symfony 2 1.46%
web2py 1 0.73%
Yii 4 2.92%
Zend Framework 7 5.11%
Voters: 137. You may not vote on this poll

Reply
  Search this Thread
Old 12-17-2012, 07:17 PM   #1
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Open Source Web Framework of the Year


A newer category that has been quite close since its inception.

--jeremy
 
Old 12-18-2012, 02:36 AM   #2
tadeas
Member
 
Registered: Jul 2008
Location: Prague
Distribution: Opensuse
Posts: 40

Rep: Reputation: 5
CherryPy
 
Old 12-18-2012, 03:08 AM   #3
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Django but I also like CherryPy or web2py
 
Old 12-18-2012, 09:36 AM   #4
JKopmanis
LQ Newbie
 
Registered: Jun 2012
Posts: 1

Rep: Reputation: Disabled
Twitter Bootstrap

Would Twitter Bootstrap be under consideration in this category? Its a great toolkit, but I'm thinking its a bit of a stretch to call it a "framework".
 
Old 12-21-2012, 02:11 PM   #5
robregonm
LQ Newbie
 
Registered: Jan 2012
Distribution: ArchLinux & Chakra
Posts: 8

Rep: Reputation: Disabled
My vote is for Yii
 
Old 12-21-2012, 02:33 PM   #6
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 360

Rep: Reputation: 199Reputation: 199
I've been using Flask this year and I'm loving it. Small, yet powerful, has clean API and is easily extendable by a numerous list of extensions. It also is very agnostic about the choices I make and allows me to use best of breed tools, e.g. SQLAlchemy for relational databases. I really hope that Flask will get a wider recognition, it deserves this.
 
Old 12-29-2012, 10:31 AM   #7
sunnydrake
Member
 
Registered: Jul 2009
Location: Kiev,Ukraine
Distribution: Ubuntu,Slax,RedHat
Posts: 289
Blog Entries: 1

Rep: Reputation: 61
Clashed with some JS Frameworks Mojo,jquery and etc for fx effects,UI this year..
It was horrible performance spikes, required a deep code knowledge/bughunt of used framework and it's work on different sw platforms.
Voted for none,got headaches even from old jquery.

Last edited by sunnydrake; 12-29-2012 at 10:32 AM.
 
Old 01-02-2013, 01:57 PM   #8
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,235

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Django. To get an idea of how perfect Django is, consider that competing Python web frameworks such as Web2Py, Flask and Bottle try to distinguish themselves from Django not by having more features and doing more, but by being more streamlined and doing less.
 
Old 01-02-2013, 05:30 PM   #9
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by dugan View Post
Django. To get an idea of how perfect Django is, consider that competing Python web frameworks such as Web2Py, Flask and Bottle try to distinguish themselves from Django not by having more features and doing more, but by being more streamlined and doing less.
Well said.
 
Old 01-03-2013, 02:32 PM   #10
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 360

Rep: Reputation: 199Reputation: 199
Quote:
Originally Posted by dugan View Post
Django. To get an idea of how perfect Django is, consider that competing Python web frameworks such as Web2Py, Flask and Bottle try to distinguish themselves from Django not by having more features and doing more, but by being more streamlined and doing less.
Disclaimer: I haven't used Django and only talk about it form what I've read and code examples I've seen. So if I'm wrong, feel free to correct me. Thanks.

There's a reason why frameworks like Flask are advertising themselves as small. You get a well written core and ability to build upon it whatever you want or need. The whole system in this case is loosely coupled, and that's a very big advantage in my view. Yes, Django does more out of the box, but its components are tightly coupled and once you try to switch some of them to anything else (let's say, Django ORM to SQLAlchemy), suddenly you start losing functionality in many places.
 
Old 01-03-2013, 02:40 PM   #11
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,235

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by audriusk View Post
So if I'm wrong, feel free to correct me. Thanks.
You are not wrong and 100% of what you've written is correct.

Last edited by dugan; 01-03-2013 at 02:48 PM.
 
Old 01-13-2013, 09:31 AM   #12
uniquerockrz
LQ Newbie
 
Registered: Mar 2012
Location: Kolkata, India
Distribution: Arch Linux
Posts: 17

Rep: Reputation: Disabled
I have been using QCubed for sometime now. Its based on Qcodo users who were tired with non development of Qcodo. Give it a try
 
Old 01-31-2013, 06:56 PM   #13
etech3
Senior Member
 
Registered: Jul 2009
Location: Virginia
Distribution: Debian Stable Testing Sid Slackware CentOS
Posts: 1,055
Blog Entries: 2

Rep: Reputation: 45
My vote is for Ruby on rails, though I am still learning it.
 
Old 02-01-2013, 02:49 AM   #14
nehaljwani
LQ Newbie
 
Registered: Jan 2013
Distribution: Fedora
Posts: 10

Rep: Reputation: Disabled
Have a look at brython: http://code.google.com/p/brython/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Oracle woos open sourcers with free Java web framework LXer Syndicated Linux News 1 09-25-2012 02:39 PM
Open Source Web Framework of the Year jeremy 2011 LinuxQuestions.org Members Choice Awards 14 02-08-2012 11:56 AM
LXer: Eclipse sings open-web tune: No framework, no problem LXer Syndicated Linux News 0 03-21-2011 10:20 PM
Open Source Web Framework of the Year jeremy 2010 LinuxQuestions.org Members Choice Awards 18 02-07-2011 12:20 PM
LXer: DSS, Inc., Announces Open Source Version of vxVistA EHR Framework, Joins Open H LXer Syndicated Linux News 0 01-07-2009 03:30 AM

LinuxQuestions.org > Forums > 2012 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 01:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration