A framework is an existing library or set of libraries to help you complete a common task faster and more easily.

learn more… | top users | synonyms (1)

590
votes
6answers
121k views

How to “add existing frameworks” in Xcode 4?

I can't find the good old "Add existing frameworks" option. How do I do this? We're talking about Xcode 4 DP2 (in the context of iPhone development, as far as it matters...).
111
votes
13answers
20k views

What framework for MVVM should I use?

I am developing an application with the MVVM model, but I have reached a point where I need to choose which framework to use. Among the possible options are: MVVM Toolkit MVVM Foundation WPF ...
105
votes
65answers
11k views

What JavaScript library would you choose for a new project and why? [closed]

There seem to be a lot of choices now for DOM manipulation, Ajax and effects. Has anyone any experience of the different options and their pros and cons?
90
votes
6answers
22k views

How do you make a web application in Clojure?

I suppose this is a strange question to the huge majority of programmers that work daily with Java. I don't. I know Java-the-language, because I worked on Java projects, but not Java-the-world. I ...
85
votes
42answers
4k views

Why no love for SQL?

I've heard a lot lately that SQL is a terrible language, and it seems that every framework under the sun comes pre-packaged with a database abstraction layer. In my experience though, SQL is often ...
82
votes
5answers
17k views

Choosing a web application framework (using Node.js)

I've recently "discovered" Node.js, and after I was finished having my mind blown, I started looking for a web application framework like Django or Codeigniter that uses Node.js. The main reasons I ...
75
votes
11answers
21k views

What is the PastryKit Framework?

I'm trying to find any information I can on the PastryKit Javascript Framework. It appears to be in use on the iPhone User Guide that is displayed on the iPhone itself in Mobile Safari, but I cannot ...
74
votes
15answers
37k views

Recommendations of Python REST (web services) framework?

Is there a list somewhere of recommendations of different Python-based REST frameworks for use on the serverside to write your own RESTful APIs? Preferably with pros and cons. Please feel free to add ...
72
votes
18answers
9k views

What's your 'no framework' PHP framework?

Even with a ton of PHP frameworks out there to choose from, I know many people prefer a minimal, personal set of libraries. What is your method when it comes to 'rolling your own' framework for PHP ...
64
votes
33answers
3k views

What is the most under-valued part of .NET?

The .NET framework is massive. I've used it for years and I've still not used most of it. I'd like to expand my knowledge of the Framework's backwaters but just reading thought it seems daunting. So ...
64
votes
15answers
19k views

Kohana or CodeIgniter?

I'm looking for a PHP framework. I've done some research, and found CodeIgniter, which is attractive. I then discovered that there is Kohana; that is based on CodeIgniter. I'm annoyed, because since ...
64
votes
22answers
9k views

PHP Framework Decision - Analysis paralysis!

OK, sorry in advance for the length of this question! I've spent ages reading about the pros and cons of all the major PHP Frameworks (i.e. Zend, CakePHP, Symfony, CodeIgniter, etc., etc.). I've also ...
61
votes
18answers
17k views

What Scala web-frameworks are available?

I've just started learning Scala and the first thing I'm going to implement is a tiny web-application. I've been using Erlang for the last year to implement server-side software, but I've never wrote ...
58
votes
12answers
7k views

What is the current state of the art in HTML canvas JavaScript libraries and frameworks?

I am currently investigating options for working with the canvas in a new HTML 5 application, and was wondering what is the current state of the art in HTML canvas JavaScript libraries and frameworks? ...
52
votes
21answers
3k views

Why is jQuery so widely adopted versus other Javascript frameworks?

I manage a group of programmers. I do value my employees opinion but lately we've been divided as to which framework to use on web projects. I personally favor MooTools, but some of my team seems to ...
49
votes
8answers
5k views

any experience with “Play” java web development framework?

I've just stumbled upon the following new java web framework: Play http://www.playframework.org/ http://www.playframework.org/documentation/1.0/home with such a stunning list of features, I'm ...
43
votes
13answers
33k views

Best cross-mobile javascript framework (iPhone/Android)

Id like to create a small cross-mobile javascript application, which consists of a form and a grid as result. I also want to display some images, with something similar to lightbox. I coded an home ...
43
votes
14answers
43k views

Available iPhone Web Application JavaScript UI Library/Frameworks

I'm starting a web application that will target Mobile Safari on iPhone/iPod Touch. I'm evaluating the available client-side JavaScript/CSS libraries/frameworks that are currently out there. These ...
40
votes
16answers
16k views

How do you determine what technology a website is built on?

Quite often I come across a nice looking or functional website, and wonder what technology was used to create it. What techniques are available to figure out what a particular website was built with? ...
40
votes
15answers
18k views

Have You Switched from CodeIgniter to Kohana?

I usually just work with straight PHP, but now I want to try MVC, and see if a framework will really speed up development. After much waffling, analysis paralysis, and many dumb SO questions; I ...
40
votes
15answers
8k views

What is the difference between a framework and a library?

What is the difference between a framework and a library? I always thought of a library as a set of objects and functions that is focussed around solving a particular problem or around a specific ...
40
votes
14answers
10k views

Java configuration framework

I'm in the process of weeding out all hardcoded values in a Java library and was wondering what framework would be the best (in terms of zero- or close-to-zero configuration) to handle run-time ...
39
votes
3answers
1k views

What are your experiences developing in Scala/Lift?

I heard a lot of good things about Scala and the Lift Web framework recently, especially from Foursquare's guys hence, I might use this technology in my next projects. Are any of you Scala/Lift ...
38
votes
22answers
11k views

What is the best CSS grid framework?

I am evaluating CCS grid frameworks for web sites, blogs, and CMS-based sites, and have looked at Blueprint and Yahoo's YUI. They both look good, but it is not so easy to change the column sizes or ...
37
votes
10answers
893 views

html/css framework, what should I definitely not miss?

I'm working on a little html/css framework that I can use for most of my websites, at least to have a basis to build on. Here's what I've been using so far: CSS framework Reset.css - I use the one ...
37
votes
15answers
11k views

SIMPLE PHP MVC Framework!

I need a simple and basic MVC example to get me started. I dont want to use any of the available packaged frameworks. I am in need of a simple example of a simple PHP MVC framework that would allow, ...
37
votes
10answers
3k views

Please explain MapReduce simply

Related to my CouchDB question.... Can anyone explain MapReduce in terms a numbnuts could understand?
37
votes
23answers
6k views

Does anyone have any real-world experience of CSLA?

The main web application of my company is crying out for a nifty set of libraries to make it in some way maintainable and scalable and one of my colleagues has suggested CSLA. So I've bought the book ...
36
votes
10answers
3k views

Any procedural (non-OO) PHP Framework?

I've stumbled across a couple of PHP Framework questions on SO. But like //so/questions/2648/what-php-framework it's mostly an itching on the surface or popularity contest. Skimming through each ...
36
votes
19answers
13k views

Which Python framework is best for web development in Google App Engine?

Which Python framework is best for web development in Google App Engine?
34
votes
5answers
6k views

why is the lift web framework scalable?

I want to know the technical reasons why the lift webframework has high performance and scalability? I know it uses scala, which has an actor library, but according to the install instructions it ...
34
votes
15answers
23k views

What are alternatives to ExtJS?

So what I'm looking for is a javascript framework I can use that has several UI controls. I have taken a look at jQuery but those controls are very basic compared to ExtJS. Are there any other ...
33
votes
9answers
3k views

What is in your JavaScript toolchain?

I am looking to start writing a sophisticated application in JavaScript to run on the web. I've written little bits of throwaway code in JavaScript before, using the DOM directly and a little bit of ...
31
votes
10answers
6k views

Why should I use an MVC framework for PHP?

There are lots and lots of opinions available about what framework is the best choice as well as resources and tutorials to help you learn to use them. What I'm having a hard time finding is a clear ...
31
votes
13answers
17k views

Searching for a Kohana Beginner's Tutorial for PHP [closed]

I am going to try to build a PHP website using a framework for the first time, and after some research here and there, I've decided to try to use Kohana I downloaded the source from their website, ...
31
votes
12answers
13k views

Recommended framework for Java Web Services

With an abundance of frameworks and stacks for Java Web Services (Axis2, Spring WS, CFX, Metro, ...), which one should be selected for new projects? What are the pros and cons for each one? How well ...
30
votes
13answers
3k views

Is switching from PHP to Python worth the trouble

If you had switched from php + (framework of choice) to python + (framework of choice) as your development platform, what would you say have been the upsides/gains of the switch? What I want to know ...
29
votes
5answers
894 views

If Singletons are bad why a Service Container is good?

We all know how bad Singletons are because they hide dependencies and for other reasons. But in a framework could be many objects that needs to be instanciated only once and called from everywhere ...
29
votes
8answers
10k views

Node.js REST framework?

Just got node.js running on an ubuntu server instance. Got a couple of simple server apps running. Does anyone know of any REST frameworks that have been built or are in development?
29
votes
7answers
8k views

Your choice of cross-browser javascript GUI

There are a number of great and not so-great Javascript GUI frameworks out there. I've looked at some (only superficially). And I can't make my mind about any of them Scroll to the end of this ...
29
votes
19answers
17k views

What's a good lightweight Python MVC framework?

I know there are a ton of Python frameworks out there. Can you guys point me in the right direction? My primary concern is simplicity, I don't need a lot of extraneous features. Here are a couple of ...
28
votes
18answers
26k views

Experience using Yii framework for actual PHP project

I've been using Code Igniter for my PHP projects, when I start them from the beginning. It is very nice framework, saves me a lot of work and let me have low level access if I need to do something ...
26
votes
20answers
5k views

Recommendation for straight-forward python frameworks

Although I have quite a few years of experience of building web applications in Java, I've not really done much web development in the more lightweight 'LAMP' style. I've recently picked up python ...
26
votes
9answers
5k views

Do sealed classes really offer performance Benefits?

I have come across a lot of optimization tips which say that you should mark your classes as sealed to get extra performance benefits. I ran some tests to check the performance differential and ...
25
votes
5answers
2k views

Going from a framework to no-framework

I've been developing in PHP for about 8 years as a hobby. In 2009, I picked up codeigniter and since then I've not managed to get a single project developed. I find it slows me down trying to work ...
25
votes
8answers
6k views

Current state of Erlang web development? Frameworks, Template languages

Django is to Python as Rails is to Ruby. What is the current front-runner for Erlang? Recent Erlang web activity has resulted in many new frameworks but they are all still moving targets. ErlyWeb is ...
25
votes
23answers
17k views

A lightweight application framework for PHP?

I have long been a fan of _why's Camping microframework -- lightweight, great for microscopic applications (low concurrency, easy to use and edit and maintain), which is what I do. I'd love to know if ...
25
votes
12answers
11k views

Flex MVC Frameworks

I'm currently using and enjoying using the Flex MVC framework PureMVC. I have heard some good things about Cairngorm, which is supported by Adobe and has first-to-market momentum. And there is a new ...
24
votes
6answers
8k views

Best way to build a Plugin system with Java

How would you implement a Plugin-system for your Java application? Is it possible to have an easy to use (for the developer) system which achieves the following: Users put their plugins into a ...
24
votes
16answers
9k views

Choosing a C++ unit testing tool/framework

Could you recommend a testing tool/framework to use for testing C++ code in a UNIX environment?

1 2 3 4 5 80