Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

171
votes
14answers
44k views

Pros/Cons of Django vs Pylons

I'm begining a new webapp in Python. I've narrowed my choices down to Django and Pylons. What are the pros/cons of each?
169
votes
36answers
25k views

Rails or Django? (or something else?) [closed]

This post is from the early days of Stack Overflow, and while we recognize its historical significance, we also recognize that the current community of users will likely close similar posts. Please ...
90
votes
6answers
22k views

How do you make a web application in Clojure?

I suppose this is a strange question to the huge majority of programmers that work daily with Java. I don't. I know Java-the-language, because I worked on Java projects, but not Java-the-world. I ...
82
votes
5answers
17k views

Choosing a web application framework (using Node.js)

I've recently "discovered" Node.js, and after I was finished having my mind blown, I started looking for a web application framework like Django or Codeigniter that uses Node.js. The main reasons I ...
71
votes
4answers
6k views

Comparing Haskell's Snap and Yesod web frameworks

The two Haskell web frameworks in the news recently are Yesod (at 0.8) and Snap (at 0.4). It's quite obvious that Yesod currently supports a lot more features than Snap. However, I can't stand the ...
65
votes
26answers
11k views

What are the pros and cons of the assorted Java web frameworks? [closed]

I am considering creating my own website using Java and am trying to decide what framework to use. However, doing a quick search for Java frameworks returns more than 50 to choose from! My website is ...
61
votes
18answers
17k views

What Scala web-frameworks are available?

I've just started learning Scala and the first thing I'm going to implement is a tiny web-application. I've been using Erlang for the last year to implement server-side software, but I've never wrote ...
57
votes
15answers
8k views

Why is Ruby more suitable for Rails than Python?

Python and Ruby are usually considered to be close cousins (though with quite different historical baggage) with similar expressiveness and power. But some have argued that the immense success of the ...
52
votes
18answers
24k views

Choosing a Java Web Framework now? [closed]

we are in the planning stage of migrating a large website which is built on a custom developed mvc framework to a java based web framework which provides built-in support for ajax, rich media content, ...
45
votes
13answers
29k views

Should I use Vaadin Framework

I just tried to play with Vaadin Framework and it seems to me very easy to use. Plus what I like about his framework is that it is built on top of GWT. What do you think, should I continue using this ...
39
votes
13answers
3k views

Making life better by not using Java web frameworks? [closed]

I'm so tired of having to learn yet another Java web framework every other day. JSP, Struts, Wicket, JSF, JBoss Seam, Spring MVC to name just a few - all this countless frameworks out there try to ...
31
votes
12answers
13k views

Django vs other Python web frameworks?

I've pretty much tried every Python web framework that exists, and it took me a long time to realize there wasn't a silver bullet framework, each had its own advantages and disadvantages. I started ...
29
votes
7answers
6k views

Python Framework for small website

I am planning a small, simple website to showcase myself as an engineer. My preferred language is Python and I hope to use it to create my website. My pages will be mostly static, with some database ...
29
votes
28answers
15k views

Can anyone recommend a simple Java web-app framework?

I'm trying to get started on what I'm hoping will be a relatively quick web application in Java, yet most of the frameworks I've tried (Apache Wicket, Liftweb) require so much set-up, configuration, ...
28
votes
10answers
9k views

Difference between Apache Tapestry and Apache Wicket

Apache Wicket ( http://wicket.apache.org/ ) and Apache Tapestry ( http://wicket.apache.org/ ) are both component oriented web frameworks - contrary to action based frameworks like Stripes - by the ...
23
votes
12answers
5k views

Simple Java web framework

Is there any simple java web framework like sinatra (for ruby) or web.py (for python)?
22
votes
9answers
12k views

What is the most commonly used Java web framework?

Which of the following frameworks is the most commonly used in Java right now and, if different, which framework is growing in popularity the fastest in terms of adoption? Stripes Spring MVC Struts ...
20
votes
5answers
23k views

Which is the best c++ web framework? [closed]

Just curious, are there c++ frameworks out there which resemble django-python , symphony-php, or spring-java? Gath
20
votes
15answers
18k views

Best java mvc framework implementation for web apps [closed]

What is the best MVC framework inmplementation in java? It has to be: lightweight KISS philosophy be able to make changes to the views without compile minimalistic; few lines of code
19
votes
5answers
5k views

What is pro and contra of using Play Framework?

Can you provide a brief comparison of Play framework vs: Spring Roo, Grails, Django. In terms of learning curve performance maturity speed development/code reuse convention over configuration
16
votes
2answers
2k views

Mature Clojure web frameworks?

What are the current choices of mature Clojure web frameworks? I am looking for some kind of feature matrix telling me what the popular frameworks support and to what extent, including: Response ...
15
votes
4answers
868 views

Scala web microframeworks

I'm looking for a Scala web framework that has some of the following properties. Modularity, in case (say) I don't want to use the particular templating language or the DB interface that the ...
14
votes
10answers
640 views

Are there alternatives to ASP.NET for C# web development?

Lately, I've been thinking that I'd like to try some new ideas and a new approach to web application design. I'm mostly used to using ASP.NET (.NET 2.0) but I've toyed with the ASP.NET MVC library a ...
13
votes
3answers
393 views

What exactly is a web framework?

Is a web framework, such as Django and Ruby on Rails, simply a way of displaying code that could be written normally over http? Or is it used for more server side things, such as storing data. Is it ...
13
votes
9answers
17k views

Which framework should I choose - Seam, Wicket, JSF or GWT?

I'm debating whether to use Seam, Wicket, JSF or GWT as the foundation for my presentation layer in a Java project. I narrowed my selection of Java web frameworks down to this subset based on job ...
13
votes
8answers
4k views

Sinatra success stories [closed]

Have you used Sinatra successfully? What kind of a project was it? In what situations would you recommend using Sinatra instead of Rails or Merb?
12
votes
4answers
2k views

What is your experience with Nitrogen on Erlang?

I've been checking out the Nitrogen Project which is supposed to be the most mature web development framework for Erlang. Erlang, as a language, is extremely impressive. However, with regards to ...
12
votes
6answers
4k views

Best web framework in Common-lisp?

What is the best common-lisp web framework available? I'm looking for something that's suitable for developing commercial web applications and capable of handling high traffic sites similar to Stack ...
12
votes
11answers
7k views

Django versus Plone?

I plan to read about Django. Should I go with Django or Plone? What makes Django/Plone better than the other? Edit: From a comment below: I just wanted to know a framework for developing web ...
12
votes
18answers
9k views

Best Web applications framework for Java? [closed]

Which is the best framework for Java? I'm looking for something similar to Symfony for php and Ruby-On-Rails for Ruby? I even don't know if anything such exists for Java or not.
11
votes
5answers
2k views

How do the Scala based frameworks stack up for a complete Scala newbie - Lift, Play, Circumflex, etc

There has been a lot of movement in the Scala based web framework community of late. Coming from Rails, Rake, ActiveRecord and migrations - which is a good Scala framework to build production sites in ...
11
votes
8answers
9k views

PHP Frameworks (CodeIgniter, Yii, CakePHP) vs. Django

I have to develop a site which has to accomodate around 2000 users a day and speed is a criterion for it. Moreover, the site is a user oriented one where the user will be able to log in and check his ...
10
votes
2answers
396 views

Which web frameworks support Python3 (PEP3333 - WSGI 1.0.1 compliance)

I had recently started learning Python, and with all the research I decided it was good to start with Python3 (that's what even Guido advised at Google IO'11). But lack of support for Python3 by major ...
10
votes
5answers
1k views

Python web devlopment framework for python 3.1 user

I have been learning python for some time now. While starting this "learning python" endeavor I decided to learn the latest and greatest 3.1 version of python. I regret this decision now because I ...
10
votes
3answers
912 views

Why don't Django and CherryPy support HTTP verb-based dispatch natively?

It's not the same to POST to an URL than to GET it, DELETE it or PUT it. These actions are fundamentally different. However, Django seems to ignore them in its dispatch mechanism. Basically, one is ...
9
votes
6answers
3k views

Grails or Play! for an ex-RoR developer?

I plan to begin learning a Java web framework (I love the Java API), I already used Rails and Django. I want something close to Java, but without all the complexity of J2EE. I've found 2 framework ...
9
votes
3answers
2k views

Simplest way to implement backend server for multiplayer JavaScript game? (COMET/longpolling)

I've been writing a game in JavaScript, and it's time to make it multiplayer. I would like to use AJAX long-polling to get the current game state, as well as implement the lobby. The server just ...
9
votes
9answers
6k views

Which web development framework works best with Google App Engine?

Now that Google allows Java on App Engine, I'm wondering what effect this has on a choice of web framework for App Engine. I realize Google provides the webapp framework which is pretty barebones. ...
9
votes
17answers
5k views

What are the best MVC web frameworks on the market?

I am looking for a Web Framework to move windows based applications to the web. The main requirements to WF are the following: unit tests support desktop and mobile browsers support long term ...
8
votes
5answers
714 views

Which Python web framework that novice web developer should learn? Flask? Django? or …?

I'm a former sysadmin, an intermediate programmer with zero experience on web development(I only code system script with Bash/Perl before). I learned Python in 6 months & coded some system tools ...
8
votes
2answers
187 views

Are there any modern (Moose/PSGI) web frameworks other than Catalyst?

Are there any Perl web-development frameworks other than Catalyst that are: written with Moose natively written for PSGI (not with some PSGI-emulation) Unicode ready/safe - so Perl 5.10+ small, ...
8
votes
3answers
342 views

Looking for a lightweight Python web framework with minimal configuration

I realise that web application frameworks are well documented, yet having tried 2 Python frameworks and found that are neither are suitable for my task, I hope you'll understand the need for this ...
8
votes
6answers
846 views

Solving the Double Submission Problem

Good Morning, I would like to see how Web Developers avoid the double submission issue. So basically my understanding of the problem is as follows: Double submission occurs when an impatient user ...
8
votes
4answers
691 views

Are there any more original, more functional Haskell web-frameworks?

I looked at Haskell web frameworks like Snap and Yesod. Most seem to implement an MVC-ish approach reminding me of web frameworks like Ruby on Rails. Yes, MVC can be achieved with FP, but IMHO it ...
8
votes
3answers
421 views

Tierless web framework with Javascript?

Links is a lisp-like functional web programming language/framework that makes it easy to write a single piece of code that is compiled to server-side code, client-side JS and HTML, thus making it much ...
8
votes
5answers
415 views

Any disadvantage to using Zend for a very small website

I'm using Zend and want to know if there's any disadvantages to using it for a small website. The website is maybe 4 pages: a couple of forms and a couple of static pages. Will Zend still speed up ...
8
votes
8answers
3k views

Now with GWT 2, what are the advantages over wicket and likewise?

Apart from the argument of Wicket's simplicity (that is, Wicket is a simpler system IMHO) and GWT's responsiveness in the client (GWT's client side state and JavaScript - potentially complex client ...
8
votes
4answers
2k views

Python Webframework Confusion

Could someone please explain to me how the current python webframworks fit together? The three I've heard of are CherryPy, TurboGears and Pylons. However I'm confused because TurboGears seems to use ...
7
votes
2answers
3k views

Choosing a java web framework 2011 [closed]

My question is based on the following question: Choosing a Java Web Framework now? ..only one year later. The reason for my question is that plenty has happened in one year, play framework has ...
7
votes
7answers
784 views

Which Java web frameworks provide hot-reload?

I'd like to know which Java web application frameworks do provide a "hot reload" capability, i.e. allow to develop applications and have them redeployed on the server "almost instantly" (i.e. in less ...

1 2 3 4 5 7