The web-framework tag has no wiki summary.
5
votes
1answer
172 views
What would be the market life of a JVM based software framework?
I saw how Struts 1 lasted from 2000 to 2013. I hear that people are moving from Struts 2 to Spring. But for a project that may need to be maintained for a decade or two, would it be advisable to opt ...
-1
votes
1answer
65 views
Can the product of Grails framework be classified as a Java-based web application? [closed]
When I search for Java frameworks, one of the popular result is Grails. However, from what I can understand it uses Groovy as the language which is similar to Java. Does this similarity grant me to ...
5
votes
5answers
451 views
Why aren't web frameworks simple, elegant and fun like programming languages? [closed]
When I think of pretty much any programming language - like C, C++, PHP, SQL, JavaScript, Python, ActionScript, Haskell, Lua, Lisp, Java, etc - I'm like awesome I would love to develop a computer ...
-2
votes
1answer
248 views
Do we need even more web frameworks in C# now that async await is here
Developing endless frameworks for web application, websites and web services is always great fun. It's one of the richest areas where you have 100 different ways of achieving pretty much the same ...
3
votes
5answers
554 views
Is PHP actually a web framework? [closed]
I was reading an article/interview (Language War: PHP vs. Ruby (by Jeffrey Way; Mar 2011)) by a developer for Envato using Ruby. He says, "PHP is a web framework disguised as a language."
He didn't ...
0
votes
0answers
91 views
Recommended to Override init() method in Servlets but not init(ServletConfig config)
I was going through some concepts in Servlets. Here the recommendation is that we can freely override init() than init(ServletConfig config).
One reason I see is becasuse it is inherited from the ...
1
vote
0answers
140 views
Which web frameworks pioneered these concepts? [closed]
I haven't been around the web world for a long time, so I'm curious about which web frameworks pioneered certain concepts commonly used in many frameworks today. Here are the concepts I would like to ...
0
votes
0answers
22 views
Digg Ajax API from digg.com
I am following Chapter 3 of WordPress 3 Plugin Development Essentials
from Packt Publishing. There they reference a Digg Ajax API that can
be embedded in HTML to allow users to digg or bury posts up ...
2
votes
1answer
268 views
Migrating Web based projects from Java to PHP
At our work place after hours of coding, testing and QA we have successfully added a couple of software tools in our product line. We specialize in web based software solutions so in order to tap on ...
4
votes
5answers
636 views
Suggested Web Application Framework and Database for Enterprise, “Big-Data” App?
I have a web application that I have been developing for a small group within my company over the past few years, using Pipeline Pilot (plus jQuery and Python scripting) for web development and ...
5
votes
1answer
4k views
PHP Framework for RESTful Web Service
I have been going round in circles with this question for days - which is the best PHP framework to use to create a RESTful Web service?
I've trawled the web for info and have come across three main ...
1
vote
1answer
154 views
how to develop a common pool of functions? [closed]
I need to develop an application which runs on the web as well as on mobile platform. I want to make something like a directory where i hold my common functions in respect to web and mobile platform. ...
6
votes
1answer
259 views
REST API rule about tunneling
Just read this in the REST API Rulebook: GET and POST must not be used to tunnel other request methods.
Tunneling refers to any abuse of HTTP that masks or misrepresents a message’s intent and ...
9
votes
2answers
597 views
The C++ web stack, is there one?
Java would be jsps and servlets (or a framework such as Spring) running on the JVM and tomcat (or glassfish etc).
C# would be asp and C# running on dot.net framework and IIS ? (I have no experience ...
2
votes
6answers
548 views
Should I still use a web application framework? [closed]
I'm about to make a simple web application with just image uploading and user management. I'm browsing through several web app frameworks I could use yet I'm still thinking if I should still make use ...