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.

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 …

scala frameworks web-frameworks lift
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 …

java design-patterns plugins frameworks plugin-architecture
What is the best testing framework to use with Node.js?

I have looked at the rather long list of testing frameworks at https://github.com/ry/node/wiki/modules#testing. …

testing frameworks node.js
Import Framework in Swift Project, Xcode

I'm trying to import myFramework into a project. I've added myFramework in Build Phases->Link Binary With Libraries. Objective-c …

ios xcode swift frameworks
CodeIgniter PHP Framework - Need to get query string

I'm creating an e-commerce site using CodeIgniter. How should I get the query string? I am using a Saferpay payment …

php codeigniter frameworks
Hibernate Vs iBATIS

For our new product re-engineering, we are in the process of selecting the best framework from Java. As the consideration …

java hibernate frameworks persistence ibatis
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 …

objective-c frameworks swift
FBSDKCoreKit/FBSDKCoreKit.h not found error

I am implementing FB Login so i Downloaded the SDK from https://developers.facebook.com/docs/ios. then i drag …

ios frameworks
Is jquery a javascript library or framework?

Here, jquery is mentioned under framework category: http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks Is jquery a javascript …

javascript jquery frameworks
File upload in vuetify

I'm using vuetify components for front-end in Vuejs. I want to create a user registeration form with file upload. I'm …

javascript frameworks vue.js vuetify.js