web-frameworks Questions

4

Solved

I realise that web application frameworks are well documented, yet having tried 2 Python frameworks and found that are neither are suitable for my task, I hope you'll understand the need for ...
Menjivar asked 17/5, 2011 at 16:48

2

Solved

I'm coming from Ruby on Rails, and I need to create a C# web application. Currently I'm looking at ASP.NET MVC and MonoRail. Most of the comparisons I find are from 2008-2009, when ASP.NET MVC was ...
Sauerkraut asked 6/8, 2012 at 9:20

8

Solved

I have to develop a site which has to accomodate around 2000 users a day and speed is a criterion for it. Moreover, the site is a user oriented one where the user will be able to log in and check h...
Doze asked 5/4, 2010 at 13:18

3

I'm using wxPython since about 2 years for several small scientific programs which I distribute to many Colleagues. I like wxPython and I'm already very familiar with it but there are few thi...
Miscreated asked 23/4, 2012 at 14:17

3

The application I am developing will be "responsive" , do async communication and pass a lot of JSON back and forth. I Need a Java MVC WEB framework that supports 1) Minimum amount of BLOAT and "...
Mammillary asked 28/12, 2011 at 17:38

8

Solved

I would like to know if there is a way to create web pages without a huge framework in python. I think of something like PHP/Apache, which comes just as a language and not with to much overh...
Pardoes asked 2/4, 2012 at 15:38

1

As much as I enjoy building on ASP.NET MVC, it's time to move off Windows. I'd like to switch to something Python-based with the least amount of pain. Without discussing the merits of or reasons ...
Liquidate asked 12/2, 2012 at 21:57

6

Solved

What is the best common-lisp web framework available? I'm looking for something that's suitable for developing commercial web applications and capable of handling high traffic sites similar...
Burnet asked 12/2, 2009 at 11:44

2

Solved

I had recently started learning Python, and with all the research I decided it was good to start with Python3 (that's what even Guido advised at Google IO'11). But lack of support for Python3...
Permit asked 6/6, 2011 at 22:20

6

Solved

I plan to start learning a Java web framework (I love the Java API) I have already used Rails and Django. I want something close to Java but without all the complexity of J2EE. I've found 2 frame...
Moffat asked 27/3, 2010 at 17:38

18

Solved

I've just started learning Scala, and the first thing I'm going to implement is a tiny web application. I've been using Erlang for the last year to implement server-side software, but I've ne...
Sophronia asked 28/9, 2009 at 17:50

4

Solved

I'm wondering is there a similar framework like Vaadin built on top of GWT which wraps the original GWT components but with server-side only event handling? (I know that Vaadin is built on top of G...
Cyclostyle asked 13/7, 2011 at 18:34

1

Solved

I noticed that cherrypy session does not require a secret key configuration. On the contrary, Pylons session does: http://docs.pylonsproject.org/projects/pylons_framework/dev/sessions.html I'm con...
Birdwatcher asked 16/7, 2011 at 17:28

4

I'm curious as to know how far back web frameworks go (of which I can still use today). (Just as an FYI I don't consider CGI to be a framework as much as protocol or an interface.)
Briony asked 12/8, 2011 at 3:2

5

Which is the easiest Python web application framework to get started with, for general use? Referring to easiest - I mean one which a short learning curve / time, at least in order to be able to u...
Sylvanus asked 10/8, 2011 at 19:52

2

Solved

Are there any Perl web-development frameworks other than Catalyst that are: written with Moose natively written for PSGI (not with some PSGI-emulation) Unicode ready/safe - so Perl 5.10+ small, e...
Orchardman asked 29/7, 2011 at 8:54

4

Solved

I do have an module e.g. account. Of course you will find a file called in acount/actions/action.class.php. The PHP-file action.class.php is getting big. Is it possible to extend it? for an examp...
Investigate asked 27/7, 2011 at 10:46

1

Solved

I noticed in the Pyramid + SQLAlchemy + URL Dispatch Wiki Tutorial that the database is initialized in the main function when the application is run. def main(global_config, **settings): """ This...
Summerly asked 19/7, 2011 at 21:35

4

Solved

I am thinking in starting a personal pet web project to experiment with different things and extend my knowledge. I use Java a lot at work (for web applications :D) and was thinking in making my o...
Intransigeance asked 5/2, 2011 at 19:57

3

Solved

I have a application written in Twisted and I want to add a web interface to control and monitor it. I'll need plenty of dynamic pages that show the current status and configuration, so I hoped for...
Zamindar asked 9/3, 2011 at 16:26

1

There have been great things happening in the Haskell web development world, and some of the available frameworks (Yesod and Snap server) seem quite mature. However the learning curve can be a bit ...
Weinshienk asked 14/6, 2011 at 15:3

2

Solved

My question is based on the following question: Choosing a Java Web Framework now? ..only one year later. The reason for my question is that plenty has happened in one year, play framework ...
Seely asked 6/6, 2011 at 15:58

2

Solved

I come from a JavaEE background and I am investigating what web frameworks exist in Java and .Net. As far as Java is concerned, I have found this talk by Matt Raible. One of the categorizations h...
Serena asked 10/5, 2011 at 12:45

1

Solved

What's the best way to write generic views using the Flask web framework? Does the @app.route decorator support callable classes? Or am I thinking about this in entirely the wrong fashion? Any he...
Amerce asked 3/5, 2011 at 13:7

6

Solved

I would like to develop a web application using Perl. Refer some Perl package (like Strawberry) which is simple to install. Also it should be suitable for the web application.
Howerton asked 21/1, 2011 at 11:2

© 2022 - 2024 — McMap. All rights reserved.