Top "Web-frameworks" questions

A web application framework is a software framework that is designed to support the development of dynamic websites, web applications and web services.

Flaskr SyntaxError

I'm trying out the Flaskr tutorial(http://flask.pocoo.org/docs/) and I got the following error after I tried …

python web-frameworks flask
What python equivalent of Sinatra would you recommend?

I like the sinatra framework, but might have to work in python. A quick web search has uncovered a few …

python frameworks sinatra web-frameworks
What features does Pedestal have compared to other Clojure web frameworks?

Recently Relevance announced Pedestal, a new web framework for Clojure. How does this framework compare to other Clojure web frameworks …

clojure web-frameworks pedestal
Python web framework with CRUD powered by AJAX

I am looking for a Python web framework which will allow me to rapidly build a CRUD application with automatic …

python ajax crud web-frameworks turbogears
HTTP 405 -- web server compliance

The RFC states: 10.4.6 405 Method Not Allowed The method specified in the Request-Line is not allowed for the resource identified by …

http rest web web-frameworks
Grails or Play! for an ex-RoR developer?

I plan to start learning a Java web framework (I love the Java API) I have already used Rails and …

java grails jakarta-ee groovy web-frameworks
What does it mean to be a micro framework?

Ruby Sinatra and PerlDancer are called "Micro web framework"? What does it mean to be a micro framework? Are micro …

ruby perl sinatra web-frameworks
Which J2EE web development framework to choose for a simple, accessible application?

I want to write a simple web application, on J2EE, with these characteristics: I don't need any AJAX, and …

java web-applications jakarta-ee web-frameworks
Is there a web.py for python3 yet?

when I try to install with pip3: $ pip3 install web.py I receive an error: Command "python setup.py egg_…

python python-3.x web.py web-frameworks