A web application framework is a software framework that is designed to support the development of dynamic websites, web applications and web services. The framework aims to alleviate the overhead associated with common activities performed in Web development.
1
vote
2answers
34 views
Which Python WEB frameworks are based on the Werkzeug library?
Which Python WEB frameworks are based on the Werkzeug library?
I'm implementing adapters for a package to be used with various WEB frameworks. Currently I 'm working on a Flask adapter to inherit ...
1
vote
3answers
32 views
How is PHP so high on this benchmark if it's said not to be as scalable as other frameworks?
http://www.techempower.com/benchmarks/#section=data-r5
This benchmark shows PHP consistently on the top 5 of several measurements. This contradicts the consensus that it does not scale as well as ...
0
votes
1answer
20 views
add javascript dependencies like java dependencies in maven 2?
I'm using apache maven for build project, so i want to add my dependency javascript frameworks automatically based their version , organizing javascript frameworks , and download only ...
0
votes
1answer
29 views
global name 'self' is not defined in Tornado [closed]
I'm now reading a O'reilly's book "Introduction to Tornado" and the first example the author writes is as follows (hello.py):
import tornado.httpserver
import tornado.ioloop
import tornado.options
...
0
votes
0answers
64 views
Spring 3.2 + Hibernate + ZK or JSF2 vs Play Framework 2.1.1 + Hibernate + JQuery [closed]
What will be your pick from these 2 for future projects? I'm trying to choose one of these 2 to use in future for all web and mobile apps. The applications will vary, sometime it will be simple with ...
0
votes
0answers
18 views
Display live interactive smartphone screen in an HTML5 website
Is there an open source web framework/stack that displays a smartphone's live screen on a (HTML5) website that also shows in real-time all the interactions taking place on the smartphone? I'm thinking ...
0
votes
1answer
30 views
django template inheritance not working everywhere
I have a blog app and something is really bogging me. I have a base.html template that I extend in every template of my views and that works perfectly, just one of the views, which is the one that ...
-2
votes
0answers
125 views
What are the reasons that Bottle is more performant than Flask and Django? [closed]
According to the benchmarks given here, Bottle performs better in all categories than Flask and Django. What are the reasons?
1
vote
2answers
64 views
how to add an image in a django blog post
I'm working on a blog with django and one of the last things I'm trying to figure out is how to post an image on my blog. I can already post some text very nicely through my admin panel and what I ...
0
votes
2answers
86 views
Java web framework to learn : Criteria for choosing one [closed]
This is not a programming question.
In this vacation I was planning to learn a web framework out of hibernate,struts.
What should be my criteria for choosing a framework ? I have not learned any ...
3
votes
1answer
47 views
pyramid: constructe route_url without request object
I use yapps to generate a parser for a LaTex-ish language (for example to translate stuff like \begin{itemize} to the corresponding <ul>-Tags) within pyramid. One command (i.e. \ref{SOMEID}) ...
0
votes
1answer
224 views
Kentico CMS + Backbone.js
I've seen some references to using Backbone.js with a CMS. I will be starting on a new project soon that will be using Kentico CMS. I'd like to use Backbone.js for the client side framework to make a ...
1
vote
1answer
121 views
Python + lighttpd + CGI: any web frameworks?
I'm stuck with this server without root access. It has Python 2.6.5 and runs lighttpd, serving all Python scripts under CGI. Yes, plain old CGI. Unfortunately, I have to use this server only, so ...
0
votes
1answer
77 views
Why do Python MVC web frameworks use views.py to contain route functions?
I've developed many applications using the MVC pattern in Zend and Symfony. Now that I'm in Pythonland, I find that many frameworks such as Flask, Django and Pyramid use a file called views.py to ...
2
votes
0answers
98 views
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 the Request-URI. The response MUST include an
...
4
votes
3answers
924 views
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 such as Compojure, Webjure, Conjure, Moustache and so on, in ...
0
votes
0answers
136 views
What Java Web Application Framework to use in an already created web application? [closed]
I have to modify a Java Web Application that is already written using JSPs, some servlets, and Java code mostly for database access. From what I can see each are used for the below purposes:
JSP:
...
3
votes
1answer
155 views
Are there any Python libraries/frameworks which generate AngularJS?
I find the stateless SOA architecture to be increasingly useful and relevant.
For example, it allows you to write once; deploy to:
Website (for viewing in web browsers)
Native mobile apps (using ...
1
vote
3answers
163 views
Lightweight web framework for mostly static site [closed]
I've many years experience with PHP and some good experience with Python/django.
I'm basically about to throw together a quick personal website because I've gone too long without one that really does ...
1
vote
1answer
221 views
Python micro-framework for RESTful applications? [closed]
Previously I have been using web2py, it's quite good but a little heavy for my purposes.
Basically I am seeking a Python microframework with:
Automatic no-arg function -> controller (endpoint) ...
0
votes
0answers
79 views
YAF, Phalcon or CppCMS for high traffic and complex web app?
I need to develop a search engine and a complex social networking site.
I need a scalable framework with small footprint.
Also important, it is very flexible so that I can modify anything I want.
...
1
vote
0answers
120 views
Micro framework of choice for image upload API [closed]
We are in the process of updating our system architecture, and decided to split off the task of file uploads, and image processing to a different application altogether. We were mulling over choices ...
0
votes
1answer
44 views
What's the best way to handle many paths on a python Tornado server?
class Application(tornado.web.Application):
def __init__(self):
handlers = [
(r"/", MainHandler),
(r"/auth/login", AuthLoginHandler),
(r"/auth/logout", ...
-1
votes
1answer
208 views
Looking for current Django blog tutorial. (v1.4.3 specifically) [closed]
I'm looking for a really solid tutorial for building a blogging engine, and I'm finding it very difficult to find current examples. (v1.4.3 as of writing).
Does anyone have a high-quality, up to date ...
0
votes
0answers
38 views
pylatte tutorial? [closed]
Is their a Pylatte tutorial apart from the one on their home page that is extremely basic and lacks any sort of grammar?
It kinda sucks cause apart from Pylatte and Pyramid their don't seem to be to ...
0
votes
4answers
211 views
Python framework to create pure backend project
Some details about the project:
pure backend project, no front
expose a rest api (maybe custom routes?)
connect to other rest apis
query MySQL & MongoDB using an ORM
have unit tests
What ...
-3
votes
1answer
195 views
Creating Small High Traffic web application in Java. What would be the High level Architecture? [closed]
I am working on small Java web application which will be having less than 15 tables and less than 10 dynamic web pages. One page will have more than 1 million visits per day with filter conditions. ...
1
vote
1answer
118 views
Is the preferred method of storing “session” data using Tornado through secure_cookie?
For example, I log in to my server. I want to store things like a username. Would the best way of going about it be:
self.set_secure_cookie('username', "foobar70")
0
votes
1answer
144 views
Which Python web framework can I choose for a simple ERP system?
I want to create a simple ERP system which include Inventory system, Employee Payroll, Email system for users, reports and small service desk application. I want to make it a browser-based ...
2
votes
2answers
89 views
Which web framework to use that can integrate well with existing Desktop app? [closed]
We currently have a client/server Desktop Java application that is used in clinics to manage patient charts (text, graphcs, images, etc). It is a highly interactive application.
We're now trying to ...
-4
votes
1answer
111 views
need guidance for a choosing a python based web framework [closed]
Hi, I am new to web development frameworks, for learning fundamental working functionality in web framework like
rendering
sessions
url routing
forms
template engine
orm integration
web server ...
0
votes
1answer
81 views
Applicability of ruby on rails for a video heavy application? [closed]
I intend to develop a web application that will have most of the features like facebook and youtube have, for instance - a user can share videos with their friends, people can comment on the videos ...
-4
votes
1answer
78 views
Web frameworks without monkey patching? [closed]
Web frameworks such as Django and Rails rely on monkey patching to enable support for plugins.
Are there web frameworks, using Python or Ruby, that support plugins without having to resort to monkey ...
0
votes
1answer
72 views
Rich web application platform suggestions
We have decided to develop a real time monitoring intranet application. User number for this tool will be approximately 50+. Considering the trends we have decided it to be web based. Our back end ...
4
votes
0answers
75 views
Are there any PHP web frameworks with traversal-based routing? [closed]
So, yesterday I've finally managed to conquer my laziness and read the Pyramid framework's documentation for a while, where I stumbled upon the following topic.
My question is: are there any PHP ...
3
votes
3answers
233 views
JasperException occurs when integrating Struts2,Hibernate with Enterprise application
I have a web applications built with Struts2, Hibernate and It works fine.
I create a new Enterprise application in NetBean. The web application I built was added into the Enterprise application as ...
2
votes
3answers
667 views
Pros and cons of Oracle ADF framework and comparison with other frameworks
Let's discuss pros and cons of Oracle ADF framework. Please, share your experience and knowledege about using Oracle ADF (comparison to other frameworks like Java Server Faces, Google Web Toolkit, ...
3
votes
1answer
50 views
How to disable layout rendering for some action in espresso framework?
I'm using layout to make all actions to render :main layout:
class Pages < E
layout :main
# actions that using layout
# pager should not use layout
def pager
end
end
How to exclude ...
1
vote
0answers
113 views
How to create a widget like below in tornado using jinja2
I want to create a template like the above fig - where the numbers can be varied depending on my input data with a fig also. How can I do this in jinja2 template engine in tornado web frame ...
2
votes
1answer
74 views
Espresso framework always convert body to string?
I need an action to return an Array(it will be later processed by a middleware).
However, this always convert returned value to string:
def logs
# logic here
[1, 2, 3]
end
How to tell Espresso ...
-1
votes
1answer
207 views
how to prevent struts2 auto data convention from throwing exception
I am new to Struts.I provide a model courseBean to the views to capture information.
It works perfectly if I input correct information with the correct form.
Otherwise, if I input with the wrong ...
0
votes
0answers
91 views
MVC web-framework with RESTfully Decoupled Views? [closed]
I have used a variety of different MVC web-frameworks.
My current methodology for web and mobile [PhoneGap/Cordova] development is as follows:
Web framework (MVC)
Write the Models (db schema ...
5
votes
2answers
157 views
Sinatra-like web-framework for Pharo Smalltalk
Is there a Sinatra-like web-framework for Pharo?
Or can the Zinc-HTTP-components do that more or less out-of-the-box?
Thanks!
2
votes
1answer
122 views
When a web backend does more than simply reply to requests, how should my application be structured?
I'm creating a website that allows players to queue to find similarly skilled players for a multiplayer video game. Simple web backends only modify a database and create a response using a template, ...
0
votes
1answer
43 views
Are there other web application frameworks similar to Ocsigen?
I recently started looking into the idea of using a web application framework that provides a more unified way of handling client-side and server-side programming, and I discovered a project called ...
0
votes
0answers
151 views
Change app base in bottle to tornado
My team has developed a website using the bottle as a web service. The issue is that the application has grown, and the simplicity of the bottle is not getting support. What was once simple is getting ...
-3
votes
1answer
81 views
Is there a web framework for creating a review/rating website? [closed]
I am looking for creating something like mouthshut.com where users can rate products and services. Thanks.
0
votes
2answers
101 views
Integrate one web framework with another
I'm new to web in general and django (python web framework) as well.
I find python easier to work with but most of my colleagues prefer java.(play framework)
Would it be possible to mix them in a ...
0
votes
2answers
162 views
comfortable python web framework [closed]
I've try to make a python web framework based on bottle.py
I'm unhappy with several available web framework.
Some are too restrictive. Enforce me to learn so many alien things.
Some is good enough, ...
2
votes
2answers
229 views
How to clean up temporary file used with send_file?
I'm currently developing a server side json interface where several temporary files are manipulating during requests.
My current solution for cleaning up these files at the end of the request looks ...
