web-frameworks Questions

24

Solved

I am considering creating my own website using Java and am trying to decide what framework to use. However, doing a quick search for Java frameworks returns more than 50 to choose from! My w...
Dysthymia asked 23/8, 2008 at 20:58

4

Solved

I looked at Haskell web frameworks like Snap and Yesod. Most seem to implement an MVC-ish approach reminding me of web frameworks like Ruby on Rails. Yes, MVC can be achieved with FP, but IMH...
Redbug asked 4/1, 2011 at 20:25

4

The two Haskell web frameworks in the news recently are Yesod (at 0.8) and Snap (at 0.4). It's quite obvious that Yesod currently supports a lot more features than Snap. However, I can't stand the...
Hemo asked 13/4, 2011 at 6:17

1

Solved

I've been deciding between Python web frameworks for a project of mine and I've really liked how lightweight, flexible, and concise CherryPy is compared to others. The only problem I'm having is I ...
Stadler asked 7/4, 2011 at 23:46

2

How does Zed Shaw's Lua web framwork called Tir, compare to other Lua web frameworks such as Kepler, LuCI, etc? Comparison to such things like: maturity of code base features/functionality...
Marmalade asked 23/1, 2011 at 17:54

1

Solved

I'm trying out the Flaskr tutorial(http://flask.pocoo.org/docs/) and I got the following error after I tried to run flaskr.py using the terminal: if __name__ == '__main__': ^ SyntaxError: invalid...
Fosterling asked 26/3, 2011 at 2:8

2

I am looking for a Python web framework which will allow me to rapidly build a CRUD application with automatic AJAX support. The framework should be able to generate a nice table which is so...
Anglian asked 23/1, 2011 at 15:40

4

I'm just getting started with FP and I'm using Scala, which may not be the best way, since I can always fall back to an imperative style if the going gets tough. I'd just rather not. I've got a ver...
Stoops asked 13/1, 2011 at 2:30

6

Solved

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): return 'Juno sa...
Concepcionconcept asked 20/10, 2009 at 1:59

4

Solved

I've been reading about node.js lately. I've seen many articles about how it's really great and all from some prominent people. Given the inertia that this project seems to have, and that I am curr...
Baziotes asked 12/9, 2010 at 4:4

2

Solved

5

Solved

I'm using Zend and want to know if there's any disadvantages to using it for a small website. The website is maybe 4 pages: a couple of forms and a couple of static pages. Will Zend still s...
Lysin asked 28/9, 2010 at 6:6

3

I am developing a Java EE based web application. We have a very limited time to come up with a alpha version and trying to decide on a web framework to use. It has to be something easy to learn but...
Alyshaalysia asked 25/8, 2010 at 19:13

3

Solved

Is a web framework, such as Django and Ruby on Rails, simply a way of displaying code that could be written normally over http? Or is it used for more server side things, such as storing data. Is i...
Efface asked 27/7, 2010 at 15:58

5

Solved

There has been a lot of movement in the Scala based web framework community of late. Coming from Rails, Rake, ActiveRecord and migrations - which is a good Scala framework to build production...
Gallonage asked 2/7, 2010 at 7:58

1

Solved

I like the sinatra framework, but might have to work in python. A quick web search has uncovered a few python equivalents including itty, flask and juno. I'd like to know people's experience...
Titter asked 18/6, 2010 at 14:30

8

Solved

Apache Wicket ( http://wicket.apache.org/ ) and Apache Tapestry ( https://tapestry.apache.org/ ) are both component oriented web frameworks - contrary to action based frameworks like Stripes - by t...
Breland asked 18/3, 2009 at 8:23

5

Solved

I've managed to get a C# asp page running under ubuntu/apache/mono, but I don't want to write my framework in these ASP pages, I want to use straight C# and then I'll use a templating language for ...
Servia asked 29/5, 2010 at 23:49

4

Solved

I've been checking out the Nitrogen Project which is supposed to be the most mature web development framework for Erlang. Erlang, as a language, is extremely impressive. However, with regards to N...
Gyrostabilizer asked 24/5, 2010 at 22:41

5

Solved

I have been learning python for some time now. While starting this "learning python" endeavor I decided to learn the latest and greatest 3.1 version of python. I regret this decision now because I ...
Morton asked 2/4, 2010 at 3:6

3

Solved

I did do some googling and searching on this site but did not find exactly what I was looking for. I'm hoping that someone can point me in the right direction here. I'm an ASP.NET/SQL Server devel...
Thorathoracic asked 16/2, 2010 at 20:23

3

GUI based web applications could be build upon a GUI component, stateful framework like Wicket or they could build in a RESTful, stateless way with GUI status only on the client. From a technical...
Chrysoprase asked 3/2, 2010 at 7:14

13

Python and Ruby are usually considered to be close cousins (though with quite different historical baggage) with similar expressiveness and power. But some have argued that the immense succes...
Sideway asked 8/7, 2009 at 16:55

8

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 browser. It is a simple CRUD applicat...
Tallyho asked 7/11, 2009 at 15:33

10

Solved

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. Which one would ...
Stoltz asked 15/10, 2009 at 22:20

© 2022 - 2024 — McMap. All rights reserved.