web-frameworks Questions
6
Solved
There are a few web frameworks for Clojure
Compojure
Webjure
Conjure
Moustache
and also some libraries for dealing with certain web development subtasks, such as
Enlive for templating
H...
Lamee asked 24/7, 2010 at 12:13
8
Solved
I'd like to know which Java web application frameworks provides a "hot reload" capability, i.e., it allows to develop applications and has them redeployed on the server "almost instantly" (i.e., in...
Lethe asked 16/5, 2010 at 14:36
2
We are using Dojo (1.9.3) as a JS framework for building a single page application. We are however spending too much time on the quirks of Dojo, so even simple tasks take a long time to implement. ...
Avron asked 18/12, 2014 at 11:47
1
I've just started a new project. I'm building a web application, "with native feel", that is going to be run on a remote controlled device in a fullscreen browser (no address bar, fixed resolution)...
Traceetracer asked 17/12, 2014 at 10:18
1
Solved
The RFC states:
10.4.6 405 Method Not Allowed
The method specified in the Request-Line is not allowed for the
resource identified by the Request-URI. The response MUST include an
Allow header co...
Bunny asked 28/3, 2013 at 14:42
5
Solved
I'm looking for a framework that is better and easier to use than Apache Tiles (which so far, I have used a couple of times).
With Tiles, it seems that when I have 100 actions I need to creates 10...
Aldosterone asked 17/3, 2012 at 8:33
2
Solved
I am working on an app that requires a web front-end. All I care about is a HTTP interface for the iOS, Android Apps to talk to. The backend will be using MongoDB.
Do I need to use a Python...
Maximomaximum asked 15/2, 2014 at 20:47
11
Solved
Now that Google allows Java on App Engine, I'm wondering what effect this has on a choice of web framework for App Engine.
I realize Google provides the webapp
framework which is pretty bar...
Seaddon asked 11/4, 2009 at 18:17
2
Solved
I noticed frameworks such as flask typically have a module named views to house the:
@app.route('/')
def index():
return render_template('index.html')
type of definitions and then the jin...
Octoroon asked 8/1, 2014 at 13:13
4
Solved
Recently Relevance announced Pedestal, a new web framework for Clojure.
How does this framework compare to other Clojure web frameworks such as Compojure, Webjure, Conjure, Moustache and so on, in...
Eroticism asked 20/3, 2013 at 20:8
2
Solved
I'm struggling to understand how context works in Facebook's React JS framework.
When passing a specification to React.createClass, certain methods (notably event handlers) seem to require the use...
Hallowmas asked 25/6, 2013 at 10:18
9
Solved
I'm looking for a Java web framework that requires the most minimal amount of configuration for a very small app. Spring & Struts are definitely overkill here. This is an app that could b...
Eclipse asked 28/4, 2009 at 4:28
9
Apart from the argument of Wicket's simplicity (that is, Wicket is a simpler system IMHO) and GWT's responsiveness in the client (GWT's client side state and JavaScript - potentially complex client...
Tatum asked 29/7, 2009 at 13:48
4
Solved
I have seen mentions (which sounded like unsubstantiated opinions, and dated ones at that) that Embperl is the fastest Perl web framework.
I was wondering if there's a consensus on the relative sp...
Ostium asked 14/1, 2011 at 1:16
1
Solved
I use yapps to generate a parser for a LaTex-ish language (for example to translate stuff like \begin{itemize} to the corresponding <ul>-Tags) within pyramid. One command (i.e. \ref{SOMEID}) ...
Trolly asked 10/4, 2013 at 20:37
3
Solved
are there any generic CRUD admin for Flask based on WTForms?
Currently we are building a hybrid backend system where admin must CRUD lots of data from various source, MongoDB, Redis, ini fil...
Frink asked 12/12, 2011 at 3:18
4
It's not the same to POST to an URL than to GET it, DELETE it or PUT it. These actions are fundamentally different. However, Django seems to ignore them in its dispatch mechanism. Basically, one is...
Ashjian asked 10/8, 2009 at 12:39
4
Solved
Ruby Sinatra and PerlDancer are called "Micro web framework"?
What does it mean to be a micro framework?
Are micro web frameworks suitable for large projects (say Stackoverflow, e-shopping,...
Footer asked 21/7, 2011 at 23:19
3
Solved
As an alternative to Socket.io, there is SockJS (https://github.com/sockjs/sockjs-client), which seems to be better maintained and more stable than Socket.io.
This question is about the conceptual...
Meissen asked 3/5, 2012 at 17:24
2
Solved
Is there a Sinatra-like web-framework for Pharo?
Or can the Zinc-HTTP-components do that more or less out-of-the-box?
Thanks!
Cobb asked 2/12, 2012 at 22:57
17
Solved
I'm evaluating web application frameworks for a hobby project I'm starting, and am beginning to go crazy trying to decide among the vast number of frameworks available to choose. The framewor...
Multiplication asked 15/1, 2009 at 23:18
1
Solved
I'm trying to get Template Toolkit to work as the default renderer in Mojolicious::Lite. What I have:
use strict;
use warnings;
use Mojolicious::Lite;
use Mojolicious::Plugin::TtRenderer;
plugin ...
Panelist asked 12/10, 2012 at 18:6
8
Solved
Lately I've been taking a look at Haxe, to build an application to be deployed to Apache running PHP. Well, while it looks like it might suit my needs (deploying to PHP, but not using an awful lang...
Westbrooks asked 30/9, 2008 at 1:41
2
Solved
I used play2 before with java. It felt a little bit like boilerplate especially if you used akka with java. But that is not the fault of the framework.
Yesterday I read "Scala for the impati...
Gourmand asked 14/9, 2012 at 12:30
11
Solved
I'm debating whether to use Seam, Wicket, JSF or GWT as the foundation for my presentation layer in a Java project.
I narrowed my selection of Java web frameworks down to this subset based ...
Loris asked 13/4, 2009 at 19:14
© 2022 - 2024 — McMap. All rights reserved.