Top "Frameworks" questions

A framework is an existing library or set of libraries that provides overarching application structure so that the developer can focus primarily on their application's implementation details instead.

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 …

java arrays algorithm frameworks
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 (…

xcode frameworks xcode4
What is a software framework?

Can someone please explain me what a software framework is? Why do we need a framework? What does a framework …

frameworks software-design
Using CSS in Laravel views?

I've just began learning Laravel, and can do the basics of a controller and routing. My OS is Mac OS …

php frameworks laravel
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 …

frameworks language-agnostic libraries terminology
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. …

html frameworks reverse-engineering
What exactly is Spring Framework for?

I hear a lot about Spring, people are saying all over the web that Spring is a good framework for …

java spring frameworks
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 …

java frameworks jakarta-ee
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 …

python web-services rest frameworks
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.…

macos frameworks xcode5 dyld