Tagged Questions
The web-framework tag has no wiki summary.
-2
votes
1answer
110 views
Is there a open source solution for pushing realtime notifications to the browsers? [closed]
Is there a ready-made solution that would require no or little code to be written to be able to push realtime notifications to my web application (in javascript) and also maintain history of the ...
1
vote
4answers
234 views
Would it make more sense to use a framework to build an commerce site, or build it from the ground up?
Keep in mind, I know PHP as I learned it for this specific project. Also, I thought about just using magento, but as I went through it, I realized I would have to learn their framework. I am very ...
-4
votes
0answers
56 views
When to choose microframeworks over bigger web frameworks? [closed]
Most people starting with web programming delve into big and heavy frameworks that are tried, tested and used at a lot of websites. But what most beginners forget/don't realize is that they don't need ...
-1
votes
0answers
19 views
Change section links to active based on how far you have scrolled [closed]
I am working on a single page website where all the portfolio content is in one div (http://toshwoods.com/dev/) and the navigation scrolls the portfolio content up and down from one section to ...
6
votes
1answer
240 views
Should web browsers include popular web framework libraries?
What reasons are there for web browsers to not have a library of popular web frameworks.
For example if a web page included jQuery, why shouldn't the browser have it's own static version, which is ...
-2
votes
0answers
43 views
What is the best web framework to use with iBatis [closed]
I am interested in using iBatis for persistence. Most web frameworks seem to be made to work with JPA or a JPA-like persistence framework. Are there any web frameworks that will work well with ...
0
votes
3answers
80 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. ...
4
votes
4answers
728 views
What's up with the outburst of new programming languages and frameworks that's out/coming out lately?
There are plenty of programming languages around here, nearly released or already released and ready to become more popular in 2012.
Just to name a few,
Dart
Rust
Kotlin
Ceylon
Roy
Noir
Laravel
...
0
votes
0answers
65 views
Proper RESTful routing for web applications [closed]
There seem to be a variety of RESTful design patterns. I would like to know which one provides the most flexibility and is generally preferred in web applications. I'm looking for some frameworks that ...
1
vote
2answers
137 views
Java Web Frameworks (JSF vs Wicket) Third-party component suites in Wicket?
A presentation linked in an answer here demonstrated a comparison of several web development frameworks. It was a good comparison but caused me a little worry based on the technology stack that I ...
-1
votes
1answer
57 views
Web-Service/Software for virtual money of my site (like poker sites) [closed]
I'm looking for a software/service to provide users the ability to buy virtual coins with money, which then can be used on the site. Any software tips? The service does not need to be free.
6
votes
1answer
145 views
With PHP frameworks, why is the “route” concept used?
The reason I ask this is because isn't a PHP script a route? For example, if you have an article.php then your route is simply http://mysite.com/article.php.
Why further abstract away the concept of ...
5
votes
3answers
374 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 ...
5
votes
2answers
119 views
Javascript frameworks for large development teams
My company is reevaluating what kind of web framework we want to use. We are currently using the Ext 4.0 framework but there are questions being raised that it may not be the right framework to use. ...
4
votes
1answer
133 views
Mobile Web Framework that will only control rendering and page transitions
I have been using jQueryMobile for a bit now, and there are some things I like about it and others I do not.
First I will give a bit of background.
I have a light weight mobile application that has ...