Definitions for "Application Framework" Add To Word List
Login or Register  | Word Lists | Search History

a library or set of libraries upon which many applications can be built or built upon
Helpful?           0
a methodology and set of software libraries that allows software developers to build applications
Helpful?           0
a superset of a class library
Helpful?           0
a very complex reusable widget comprised of many objects each providing services to the application
Helpful?           0
A set of class es that provide a core structure from which to build a complete application. The VisualWorks application framework includes the ApplicationModel class and its subclass es, the UIBuilder class, policy classes for various platform "look-and-feels," and classes for the various widget s and value model
Helpful?           0
In computer programming, an application framework is a term usually used to refer to a set of libraries or classes that are used to implement the standard structure of an application for a specific operating system. By bundling a large amount of reusable code into a framework, much time is saved for the developer, since he/she is saved the task of rewriting large amounts of standard code for each new application that is developed. Application frameworks became popular with the rise of the graphical user interface (GUI), since these tended to promote a standard structure for applications.
Helpful?           0