Difference between revisions of "Web application framework"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→External links) |
||
(One intermediate revision by the same user not shown) | |||
Line 25: | Line 25: | ||
* [https://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks Comparison of web application frameworks] | * [https://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks Comparison of web application frameworks] | ||
* [http://www.laurencegellert.com/2013/01/a-critique-of-javascript-mvc-frameworks-beware-of-rampant-asynchronous-javascript-calls/ A Critique of JavaScript MVC frameworks – Beware of Rampant Asynchronous JavaScript Calls] by Laurence Gellert | * [http://www.laurencegellert.com/2013/01/a-critique-of-javascript-mvc-frameworks-beware-of-rampant-asynchronous-javascript-calls/ A Critique of JavaScript MVC frameworks – Beware of Rampant Asynchronous JavaScript Calls] by Laurence Gellert | ||
+ | |||
+ | [[Category:Computer science]] | ||
+ | [[Category:Software development]] | ||
+ | [[Category:Structures]] | ||
+ | [[Category:Web applications]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 03:39, 21 April 2016
A web application framework (WAF) is a software framework that is designed to support the development of dynamic websites, web applications, web services and web resources.
Description
The framework aims to alleviate the overhead associated with common activities performed in web development.
For example, many frameworks provide libraries for database access, templating frameworks and session management, and they often promote code reuse.
See also
- Application software
- Code reuse
- Dynamic web page
- Framework (computing)
- Library (computing)
- Session (computer science)
- Web application
- Web resource
- Web service
- Yii