Web application framework: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
m (Text replacement - "<pageby nominor="false" comments="false"/>" to "<!-- <pageby nominor="false" comments="false"/> -->")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Stub}}
{{Stub}}
<pageby nominor="false" comments="false"/>
<!-- <pageby nominor="false" comments="false"/> -->


== Definition ==
== Definition ==


{{quotation|A web application framework is a software framework that is designed to support the development of dynamic websites, [[Web application]]s and [[Web service]]s. The framework aims to alleviate the overhead associated with common activities used in Web development. For example, many frameworks provide libraries for database access, templating frameworks and session management, and often promote code reuse. ([http://en.wikipedia.org/wiki/Web_application_framework Wikipedia], retrieved 16:24, 15 September 2007 (MEST)).
{{quotation|A web application framework is a software framework that is designed to support the development of dynamic websites, [[Web application]]s and [[Web service]]s. The framework aims to alleviate the overhead associated with common activities used in Web development. For example, many frameworks provide libraries for database access, templating frameworks and session management, and often promote code reuse. ([http://en.wikipedia.org/wiki/Web_application_framework Wikipedia], retrieved 16:26, 15 September 2007 (MEST)).}}


See also: [[web application]], [[web service]], [[portalware]],[[rich internet application]], [[database]]
See also: [[web application]], [[web service]], [[portalware]],[[rich internet application]], [[database]]
Line 13: Line 13:
=== Web application frameworks ===
=== Web application frameworks ===


* [http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks Comparison of web application frameworks]
* [http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks Comparison of web application frameworks] (Wikipedia)
* [http://en.wikipedia.org/wiki/List_of_web_application_frameworks List of web application frameworks]
* [http://en.wikipedia.org/wiki/List_of_web_application_frameworks List of web application frameworks] (Wikipedia)


=== low level frameworks ===
=== low level frameworks ===
Line 23: Line 23:
=== Popular low-level software bundles ===
=== Popular low-level software bundles ===


* [[LAMP]] Linux - Apache Web Server - MySQL DataBase, [[PHP]] (or Perl/Python) scripting language.
* [[LAMP]] Linux - Apache Web Server - [[MySQL]] DataBase, [[PHP]] (or Perl/[[Python]]) scripting language.
* Windows - Active Server Pages - SQL server (or its free restricted versions)  (Microsoft)
* Windows - Active Server Pages - SQL server (or its free restricted versions)  (Microsoft)


Line 32: Line 32:
* [http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks Comparison of web application frameworks]
* [http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks Comparison of web application frameworks]
* [http://en.wikipedia.org/wiki/List_of_web_application_frameworks List of web application frameworks]
* [http://en.wikipedia.org/wiki/List_of_web_application_frameworks List of web application frameworks]
* [https://en.wikipedia.org/wiki/Django_(web_framework) Django framework] (uses [[Python]])




[[Category: Technologies]]
[[Category: Portalware]]
[[Category: Portalware]]

Latest revision as of 18:33, 22 August 2016

Draft

Definition

“A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. For example, many frameworks provide libraries for database access, templating frameworks and session management, and often promote code reuse. (Wikipedia, retrieved 16:26, 15 September 2007 (MEST)).”

See also: web application, web service, portalware,rich internet application, database


Software

Web application frameworks

low level frameworks

Popular low-level software bundles

  • LAMP Linux - Apache Web Server - MySQL DataBase, PHP (or Perl/Python) scripting language.
  • Windows - Active Server Pages - SQL server (or its free restricted versions) (Microsoft)

Links