11,605
questions
1479
votes
10
answers
356k
views
How can I "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...).
1044
votes
22
answers
423k
views
What is the difference between a framework and a library? [closed]
What is the difference between a framework and a library?
I always thought of a library as a set of objects and functions that focuses on solving a particular problem or a specific area of ...
673
votes
34
answers
368k
views
iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta
This crash has been a blocking issue I used the following steps to reproduce the issue:
Create a Cocoa Touch Framework project
Add a swift file and a class Dog
Build a framework for device
Create a ...
658
votes
17
answers
294k
views
What exactly is Spring Framework for? [closed]
I hear a lot about Spring, people are saying all over the web that Spring is a good framework for web development. What exactly is Spring Framework for in a nutshell? Why should I used it over just ...
321
votes
16
answers
243k
views
Recommendations of Python REST (web services) framework? [closed]
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 ...
311
votes
27
answers
285k
views
OS X Framework Library not loaded: 'Image not found'
I am trying to create a basic OS X Framework, right now I just have a test framework created: TestMacFramework.framework and I'm trying to import it into a brand new OS X Application project.
I have ...
254
votes
18
answers
856k
views
Finding the max/min value in an array of primitives using Java
It's trivial to write a function to determine the min/max value in an array, such as:
/**
*
* @param chars
* @return the max value in the array of chars
*/
private static int maxValue(char[] ...
245
votes
15
answers
175k
views
What is middleware exactly? [closed]
I have heard a lot of people talking recently about middleware, but what is the exact definition of middleware? When I look into middleware, I find a lot of information and some definitions, but while ...
245
votes
3
answers
104k
views
Library? Static? Dynamic? Or Framework? Project inside another project
I have an existing iOS app and want to add a large chunk of code that I've been developing as another project just for ease of testing. The new chunk basically deals with saving an image to various ...
239
votes
13
answers
77k
views
What framework for MVVM should I use? [closed]
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 ...
212
votes
21
answers
104k
views
Swift compiler error: "non-modular header inside framework module"
Now I would like to migrate my ObjC framework to Swift and I got the following error:
include of non-modular header inside framework module 'SOGraphDB'
The references is to a header file which just ...
207
votes
12
answers
333k
views
What is a software framework? [closed]
Can someone please explain me what a software framework is? Why do we need a framework? What does a framework do to make programming easier?
201
votes
9
answers
276k
views
What is the difference between Spring, Struts, Hibernate, JavaServer Faces, Tapestry?
May I know what is the difference between:-
Spring
Struts
Struts 2
Hibernate
JavaServer Faces
JavaServer Pages
Tapestry
Are these technologies/framework complementary to each other? Or they are ...
198
votes
18
answers
109k
views
What Scala web-frameworks are available? [closed]
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 ...
180
votes
8
answers
80k
views
Simple explanation of MapReduce?
Related to my CouchDB question.
Can anyone explain MapReduce in terms a numbnuts could understand?