Software framework
From Wikipedia, the free encyclopedia
A software framework, in computer programming, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific functionality.
Frameworks are similar to software libraries in that they are reuseable abstractions of code wrapped in a well-defined API. Unlike libraries, however, the overall program's flow of control is not dictated by the caller, but by the framework. This inversion of control is the distinguishing feature of software frameworks.[1]
Contents |
[edit] Rationale
The designers of software frameworks aim to facilitate software development by allowing designers and programmers to spend more time on meeting software requirements rather than dealing with the more standard low-level details of providing a working system.[2] For example, a team using a web application framework to develop a banking web site can focus on the operations of account withdrawals rather than the mechanics of request handling and state management. However, some developers[who?] complain that frameworks add to "code bloat", and that due to competing and complementary frameworks and the complexity of their APIs, one often trades time spent on rote programming and design for time spent learning to use the framework. However, of course once the framework is learned future projects will be much quicker and easier to complete.
Having a good framework in place allows developers to spend more time concentrating on the business-specific problem at hand rather than on the "plumbing" code behind it. Also a framework will limit choices during development, so it increases productivity, especially in large and complex systems.
[edit] Examples
Software frameworks typically contain a considerable housekeeping and utility code in order to help bootstrap user applications, but generally focus on specific problem domains, such as:
- Artistic drawing, music composition, and mechanical CAD[3][4]
- Compilers for different programming languages and target machines.[5]
- Financial modeling applications[6]
- Decision support systems[7]
- Media playback and authoring
- Web applications
- Middleware
[edit] Architecture
According to Pree,[8]software frameworks consist of frozen spots and hot spots. On the one hand, frozen spots define the overall architecture of a software system, that is to say its basic components and the relationships between them. These remain unchanged (frozen) in any instantiation of the application framework. On the other hand, hot spots represent those parts where the programmers using the framework add their own code to add the functionality specific to their own project.
Software frameworks define the places in the architecture where application programmers may make adaptations for specific functionality—the hot spots.
In an object-oriented environment, a framework consists of abstract and concrete classes. Instantiation of such a framework consists of composing and subclassing the existing classes.[9]
When developing a concrete software system with a software framework, developers utilize the hot spots according to the specific needs and requirements of the system. Software frameworks rely on the Hollywood Principle: "Don't call us, we'll call you."[10] This means that the user-defined classes (for example, new subclasses), receive messages from the predefined framework classes. Developers usually handle this by implementing superclass abstract methods.
[edit] List of general-purpose frameworks
- BFC is a RAD framework for developing database-centric distributed computing applications in a .NET environment.
- CNI (Compiled Native Interface) is a software framework for the GNU GCJ compiler which allows Java code to call and be called by native applications (programs specific to a hardware and operating system platform) and libraries written in C++.
- Component-based Scalable Logical Architecture (CSLA) is a standard way to create robust object oriented programs using business objects, implemented using .NET.
- Java Native Interface (JNI) allows Java code running in the Java virtual machine (VM) to call and be called by native applications (programs specific to a hardware and operating system platform) and libraries written in other languages, such as C, C++ and assembly.
- Leonardi is an open source application framework for GUI applications.
- ActionScript Foundry is an open source Flex framework written in ActionScript 3 and Java.
- Spring is an open source application framework for the Java platform.
- Symfony is a popular open source application framework for PHP Platform.
- CodeIgniter is a popular open source application framework for PHP Platform.
- Rails is a libre software application framework for the Ruby Platform.
- Zend Framework is a powerful and extensible application framework, with a loosely-coupled component library for PHP Platform.
- Twisted is an open source event-driven application framework written in Python for developing Internet applications.
- TrueView for .NET: A RAD framework for developing business applications using domain driven design and the naked objects pattern.
[edit] See also
- Application framework
- Class (computer science)
- Don't repeat yourself
- Enterprise Architecture framework
- Implicit invocation
- Jini | Upnp | Salutation which have been called coordination frameworks.
- Object-oriented programming
- Web application framework
[edit] External links
- Annual frameworks conference
- Frameworks vs. Libraries
- What is framework?
- A Quest to Define a Framework
[edit] References
- ^ Riehle, Dirk (2000), Framework Design: A Role Modeling Approach, Swiss Federal Institute of Technology, http://www.riehle.org/computer-science/research/dissertation/diss-a4.pdf
- ^ "Framework". DocForge. http://docforge.com/wiki/Framework. Retrieved on 15 December 2008.
- ^ Vlissides, J M; Linton, M A (1990), "Unidraw: a framework for building domain-specific graphical editors", ACM Transactions of Information Systems 8 (3): 237-268
- ^ Johnson, R E (1992), "Documenting frameworks using patterns", Proceedings of The Conference on Object Oriented Programming Systems Languages and Applications (ACM Press): 63-76
- ^ Johnson, R E; McConnell, C; Lake, M J (1992), Giegerich, R; Graham, S L, eds., "The RTL system: a framework for code optimization", Proceedings of the International workshop on code generation (Springer-Verlag): 255-274
- ^ Birrer, A; Eggenschwiler, T (1993), Proceedings of the European conference on object-oriented programming, Springer-Verlag, pp. 21-35
- ^ Gachet, A (2003), "Software Frameworks for Developing Decision Support Systems - A New Component in the Classification of DSS Development Tools", Journal of Decision Systems 12 (3): 271-281
- ^ Pree, W (1994), "Meta Patterns-A Means For Capturing the Essentials of Reusable Object-Oriented Design", Proceedings of the 8th European Conference on Object-Oriented Programming (Springer-Verlag): 150-162
- ^ Buschmann, F (1996), Pattern-Oriented Software Architecture Volume 1: A System of Patterns. Chichester, Wiley, ISBN 0471958697
- ^ Larman, C (2001), Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and the Unified Process (2nd ed.), Prentice Hall, ISBN 0130925691