Difference between revisions of "Web application framework"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(software framework)
(web app)
Line 4: Line 4:
  
 
For example, many frameworks provide libraries for database access, templating frameworks and session management, and they often promote code reuse.
 
For example, many frameworks provide libraries for database access, templating frameworks and session management, and they often promote code reuse.
 +
 +
== See also ==
 +
 +
* [[Web application]]
  
 
== External links ==
 
== External links ==

Revision as of 16:08, 18 August 2015

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.

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

External links