The web-framework tag has no wiki summary.
9
votes
2answers
347 views
The C++ web stack, is there one?
Java would be jsps and servlets (or a framework such as Spring) running on the JVM and tomcat (or glassfish etc).
C# would be asp and C# running on dot.net framework and IIS ? (I have no experience ...
2
votes
6answers
182 views
Should I still use a web application framework?
I'm about to make a simple web application with just image uploading and user management. I'm browsing through several web app frameworks I could use yet I'm still thinking if I should still make use ...
0
votes
1answer
45 views
Where should “display functions” live in an MVC web app?
I'm using the Yii Framework which is an MVC php framework that is pretty similar to your standard web-based MVC framework. I want to display the related data from a many-to-many table as a list of ...
-2
votes
1answer
126 views
Web Frameworks caring about persistence?
I have noticed that Play! Framework encompasses persistence strategy (like JPA etc...)
Why would a web framework care about persistence ?!
Indeed, this would be the job of the server-sides ...
6
votes
7answers
476 views
Rush to client-side in web development
In the past few months, I recognized a big excitement about client-side scripting in web development. But while server-side technologies are mature, stable and well accepted by backend-developers, ...
2
votes
1answer
371 views
Moving from PHP to Python - framework considerations
As a long time PHP developer, I am now starting to explore the Python world.
I have narrowed the choice of framework down to Django and Pyramid, probably no big surprise there. I have played a bit ...
0
votes
4answers
311 views
How to choose a server side language / framework
I am trying to come up with a list / ranking system on determining which server language to choose for a particular website. Assume that familiarity with a certain language is not important and the ...
3
votes
5answers
222 views
What micro web-framework has the lowest overhead but includes templating [closed]
I want to rewrite a simple small (10 page) website and besides a contact form it could be written in pure html. It is currently built with classic asp and Dreamweaver templates.
The reason I'm not ...
-2
votes
1answer
173 views
Running cherryPy on apache or not?
seems the cherryPy have a standalone web server, is this suggested to deploy the application on Apache Server? or just use the standalone one? If so, any pros and cons between these decision? Thanks.
0
votes
2answers
177 views
Given an idea for an application, how should I decide which web technologies to use? [closed]
Background: I'm an experienced Java developer, know basic Javascript, HTML, and CSS (and find it easy to figure out how to do something), and have a little experience in Python. I've seen Ruby ...
5
votes
1answer
94 views
When to use shared libraries for a web framework?
tl;dr:
I've found myself hosting a bunch of sites running on the same web framework (symfony 1.4). Would it be helpful if I moved all of the shared library code into the same directory and shared it ...
1
vote
3answers
1k views
How to develop front end (UI) for my Django website
I am learning Django and new to web development. Please excuse me if you find this question too dumb.
So, I am creating a Facebook application using Django which I would like to host in Google App ...
-1
votes
2answers
115 views
How much important understanding how a web framework works under the hood?
I'm using Symfony2 PHP framework to build a product. I got most of the features working and a satisfied client. Now I have to maintain this project. So I was wondering, is understanding how the ...
2
votes
2answers
187 views
Understanding blocking and non-blocking frameworks
Could someone help me understand what is the difference between the two, far as I understand it when request comes to a blocking framework it creates new thread for that request and processes it, if ...
1
vote
2answers
398 views
how to choose a web framework and javascript library?
I've been procrastinating learning some framework for web apps w/ some library for AJAX, something like django with prototype, or turbogears with mootools, or zeta components with dojo, grok, jquery, ...