2
votes
3answers
136 views

Support multiple frameworks in a JavaScript library

I have a small JavaScript library that I've written that depends on prototype.js. I'm considering creating a new version that would use jQuery instead. The goal is to make it easier for users to ...
0
votes
2answers
628 views

Using alternative MVC framework

I am new to ASP.NET MVC and EF. I read about open source implementations of MVC pattern like Spring, FubuMVC, Castle etc. I want to know how flexible these alternatives are when compared with ASP.NET ...
4
votes
2answers
350 views

How to implement a lightweight clustered architecture for a distributed application

I currently have a distributed application that runs on multiple embedded PCs. The whole application is composed of one master server and several nodes. Each node is an embedded PC that runs Windows 7 ...
0
votes
3answers
322 views

What PHP based software are good examples for beginners? [duplicate]

Possible Duplicate: Your easiest PHP framework to learn What frameworks, CMS's, or other PHP based projects are good examples for beginner level PHP developers on how to properly code in ...
1
vote
5answers
184 views

What factors influence you to try out a new framework or tool?

I'm in the process of putting the final touches on an open-source framework that I hope to release in the next few months. It's something that I'd like to develop a community for and so I'm curious ...
10
votes
8answers
447 views

Why isn't there a culture of paying for frameworks?

One of the side effects of the recent trend of "Lean" startups, and the app store era, is that consumers are more acclimatised to paying small prices for small games / products. Eg.: Online SAAS ...
3
votes
1answer
303 views

What is the best toolset for developing an enterprise application for SMBs?

Need a Free, Fast(development and runtime) and Reliable(transactions and locking) tool set for creating an enterprise application for SMBs. I'm thinking of an application framework + UI framework + ...