Difference between revisions of "Web application framework"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 5: Line 5:
 
The framework aims to alleviate the overhead associated with common activities performed in web development.
 
The framework aims to alleviate the overhead associated with common activities performed in web development.
  
For example, many [[Framework (computing)|frameworks]] provide [[Library (computing)|libraries]] for [[database]] access, [[templating frameworks]] and [[session management]], and they often promote [[code reuse]].
+
For example, many [[Framework (computing)|frameworks]] provide [[Library (computing)|libraries]] for [[database]] access, [[templating frameworks]] and [[Session (computer science)|session management]], and they often promote [[code reuse]].
  
 
== See also ==
 
== See also ==
Line 14: Line 14:
 
* [[Framework (computing)]]
 
* [[Framework (computing)]]
 
* [[Library (computing)]]
 
* [[Library (computing)]]
 +
* [[Session (computer science)]]
 
* [[Web application]]
 
* [[Web application]]
 
* [[Web resource]]
 
* [[Web resource]]

Revision as of 04:56, 13 September 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.

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

TO DO: cross-refs.

External links