Tagged Questions
0
votes
0answers
50 views
Are there other web frameworks out there that use the same style as Deployd? [closed]
After looking around for a web framework to use in making an API, I found one called Deployd. The way it works is it exposes a database back end (MongoDB) with a REST API that doesn't require any ...
3
votes
2answers
308 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 ...
1
vote
1answer
141 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. ...
2
votes
6answers
404 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 ...
-2
votes
1answer
181 views
Web Frameworks caring about persistence?
I have noticed that Play! Framework encompasses persistence strategy (like JPA etc...)
Why would a web framework care about persistence ?!
Indeed, this would be the job of the server-sides ...
-3
votes
1answer
312 views
Running cherryPy on apache or not?
seems the cherryPy have a standalone web server, is this suggested to deploy the application on Apache Server? or just use the standalone one? If so, any pros and cons between these decision? Thanks.
5
votes
1answer
104 views
When to use shared libraries for a web framework?
tl;dr:
I've found myself hosting a bunch of sites running on the same web framework (symfony 1.4). Would it be helpful if I moved all of the shared library code into the same directory and shared it ...
1
vote
2answers
772 views
how to choose a web framework and javascript library?
I've been procrastinating learning some framework for web apps w/ some library for AJAX, something like django with prototype, or turbogears with mootools, or zeta components with dojo, grok, jquery, ...
0
votes
3answers
142 views
web content management system
Quite a few of my friends want to have their own personal website to showcase their talents. However, they don't want to deal with such technical things as writing html and managing web server. ...
6
votes
8answers
8k views
Is JSF really ready to deliver high performance web applications?
I have heard a lot of good about JSF but as far as I know people also had lots of serious complains with this technology in the past, not aware of how much the situation has improved. We are ...
12
votes
8answers
2k views
How do you organize your MVC framework while supporting modules/plugins? [closed]
There are a two main codebase structures that I have seen when it comes to MVC frameworks. The problem is that they both seem to have an organisational bug that goes with them.
Standard MVC
...
4
votes
2answers
266 views
Feeds to stay up to date in web development frameworks? [duplicate]
When you start a web development project you have to read a lot, really a lot, specially if you're a noob. As you develop you get outdated. In a 6 months time frame a lot will happen!
You cannot read ...
0
votes
1answer
93 views
What programming/web platform is running the 2011 NCAA Tourney site with Video on Demand/Boss Button?
I checked out the 2011 NCAA basketball tourney during my lunch, and was impressed by the platform. I was particularly impressed by the implementation of the "Boss Button" which creates a relatively ...
13
votes
4answers
2k views
Explain Model View Controller
My experience with developing dynamic websites is limited mostly to Java servlets. I've used Tomcat to develop various Java servlets, and I wouldn't hesitate to say that I'm reasonably proficient ...
0
votes
1answer
813 views
Technologie Roadmap: Portlet JSR286 vs Widget/Gadget
IBM got me confused (again).
For many years IBM have been pushing for Portlet Containers with the JSR 168 and later the JSR 286 Specification.
2008-2009, IBM the Lotus division introduced the ...
7
votes
5answers
954 views
What's the web framework to use on a front-end web application?
What do you consider a good client web framework to use on interface business application? jQuery? YUI!? Another? Some plugins useful?
The application will be use mostly internally replacing a ...
