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.

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 …

python django cakephp web-frameworks yii
How to get the current port number in Flask?

Using Flask, how can I get the current port number that flask is connected to? I want to start a …

python networking web-frameworks flask
Comparing Lift with Play2

I used play2 before with java. It felt a little bit like boilerplate especially if you used akka with java. …

scala playframework-2.0 lift web-frameworks
Simple Java web framework

Is there any simple java web framework like sinatra (for ruby) or web.py (for python)?

java web-frameworks
Best Web applications framework for Java?

Which is the best framework for Java? I'm looking for something similar to Symfony for php and Ruby-On-Rails for Ruby? …

java model-view-controller web-frameworks
What's the right approach for calling functions after a flask app is run?

I'm a little confused about how to do something that I thought would be quite simple. I have a simple …

python web-frameworks flask werkzeug
Which Perl web framework should I use?

I would like to develop a web application using Perl. Refer some Perl package (like Strawberry) which is simple to …

perl web-frameworks
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 - …

java wicket web-frameworks tapestry
Better alternative to Apache Tiles

I'm looking for a framework that is better and easier to use than Apache Tiles (which so far, I have …

java spring spring-mvc web-frameworks apache-tiles
Python: How to create simple web pages without a huge framework?

I would like to know if there is a way to create web pages without a huge framework in python. …

python frameworks web-frameworks