0
votes
3answers
89 views
Functional Requirements for the ultimate web development framework?
With the wide variety of web development frameworks that are available, there always seems to be a perpetual incentive to "try something new". Hence, some of us find ourselves tra …
0
votes
2answers
98 views
Develop a web application framework in C#
Hi,
I'm planning to develop my own simple and elegant web application framework in C# 3.5. I have some ideas, but not yet the best practice how it should be implemented. Maybe you …
3
votes
8answers
130 views
Which J2EE web development framework to choose for a simple, accessible application?
Hi everyone,
I want to write a simple web application, on J2EE, with these characteristics:
I don't need any AJAX, and it should even work with JavaScript disabled on the browse …
0
votes
5answers
150 views
Which popular rapid web development frameworks follow the “Rails paradigm”?
I'm trying to compile a list of notable web frameworks in wide use that follow the "Rails paradigm", which in the context of this question is defined as web frameworks following th …
1
vote
2answers
115 views
Recommended Java frameworks for Google App Engine?
I'm new to google appengine and java webprogramming (jsp/servlets/frameworks) (not to webprogramming or java). I was wondering if appengine supported java frameworks and, if so, …
0
votes
1answer
20 views
Storefront solutions for dynamically generated digital content?
I'm looking for the cheapest options available for offering dynamically-generated digital content (a la Carfax.com or those credit report ripoff sites). Paypal would be fine for t …
6
votes
10answers
347 views
Which web framework for someone who wants a job?
I want to learn a framework that promotes good programming practices and is respected by the programming community.
However, I also want a framework that I can use for a day job.
…
3
votes
5answers
148 views
A simple framework for Google App Engine (like Sinatra)?
Is there a simple 'wrapper' framework for appengine? Something like Sinatra or Juno? So that one can write code like the following:
from juno import *
@route('/')
def index(web): …
1
vote
11answers
275 views
Which modern web frameworks are popular in a corporate setting?
My company is looking to move their software to an open source framework. Their first thought was J2EE. I know that Django and Rails are popular for recreational development, but …
12
votes
11answers
720 views
Why did you stop using Tapestry?
This question goes out to those who have used Tapestry as a web framework and then either gave it up or switched to something else, or even ported their application from Tapestry t …
0
votes
2answers
41 views
Linking to pages with Flash in a web framework
I'm using CodeIgniter but I think this can apply to any web framework.
The "nav bar" and the site I'm making is Flash. Normally when you link to a page in CodeIgniter, you use the …
25
votes
30answers
4k views
Rails or Django? (or something else?)
I'm interested in learning a web framework. The two big ones, as I gather, are Rails and Django. Which one is better/faster? Is one better designed or more logically consistent tha …
0
votes
5answers
382 views
Best Java RAD web framework
What is the best web framework in Java for RAD development?
Preferably,actual Java web app and not just JVM.
4
votes
7answers
446 views
Are there any potential disadvantages in using a Ruby framework other than Rails?
I would like to use a lighter framework than Rails (Sinatra/Ramaze/Camping) but am concerned that by doing so I will not be able to use a lot of shared libraries that have been tai …
2
votes
5answers
257 views
Are there any important differences between Camping and Sinatra?
My feeling is that the differences between Camping and Sinatra are not very significant and that you could safely choose either one and be ok. But I want to ask the Ruby experts if …
