Web application framework: Difference between revisions
Jump to navigation
Jump to search
m (using an external editor) |
m (using an external editor) |
||
Line 4: | Line 4: | ||
== 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: | {{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 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) | ||
Revision as of 15:26, 15 September 2007
<pageby nominor="false" comments="false"/>
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
- .NET Framework (Microsoft), including ADO.NET and ASP.NET.
- Java Enterprise Edition (JavaEE/J2EE) (Sun, all platforms)
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)