Tool/Framework for testing in Python. (read more)
Software installer on Linux (read more)
What is Play Framework ?
Play Framework is a simple and powerful web development framework for Java/Scala. It’s very inspired from Ruby On Rails framework, so it’s like Rails, but for Java/Scala (initially it supported only Java, but now it also supports Scala (a programming language, very similar to Java, with some functional features, designed to be as a better Java)).
P4A is a PHP object oriented framework for building Web-based event-driven applications. (read more)
Have Your PHP Cake – Core Reasons For Using the CakePHP Framework
By Michael Dorf
CodeIgniter is really one of my favourite web development frameworks for PHP. It's lightweight, fast, and very easy to quickly get something working in. It follows a model-view-controller (MVC) pattern, and comes with many helpful libraries to help you get started.
Spring, one of the popular application development frameworks for enterprise Java, used by developers to create high performing, easily testable, reusable code without any lock-in, is now at version 3.2 RC1.
Highlights of Spring Framework 3.2 RC1:
• A new Gradle-based framework build has been added, making it easier than ever to contribute to the Spring Framework project on GitHub;
• I
I have just came back from a security gathering and one of the presenters from the InfoSec Industry mentioned something about private exploiting framework. Basically he was speaking about Metasploit Framework however since this framework is widely used, IDS and IPS pick up it's payload rather easily. I did approach him after his talk and inquired about this private exploit framework.
First of all, i want to be clear that i would like to develop a framework (no like static library) for iOS. I want to import the ".framework" & thats all, it should include all functionality of framework in my target app.
I have seen many static library examples for XCode, but in that we need to import the XCode project for using that in the target application.