Web - Application

About

A web application is a hierarchical set of folders containing scripts that will create:

  • web code for a frontend application
  • or data (json,…) for a backend application

These folders are structured according to the standard specified by the application server where the application is deployed and executed.

Example

Java

A web application

Node (Javascript)

The application is created via a node web bundler.

Types

Web applications are of the following types:

  • Presentation-oriented (frontend)
  • Service-oriented (Backend)

Frontend

A frontend (known also as Presentation-oriented application) generates interactive web pages containing various types of markup language (HTML, XHTML, XML, and so on)

More … Web - Frontend

Backend

Service-oriented: A service-oriented web application implements the endpoint of a web service. Presentation-oriented applications are often clients of service-oriented web applications.

Platform

Methodology

Software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve-factor app is a methodology for building software-as-a-service apps. You can configure a service using environment variables only for instance.





Discover More
Map Of Internet 1973
A Content delivery network delivers Static resources such as image locally worldwide

A description for the search page result engine
Aws Serverless Web App
AWS - Serverless Web Application

Note the AWS tuto Amazon tuto - Build a Serverless Web Application that create a serverless...
Card Puncher Data Processing
HTML

is a markup language that is used principally in the development of web application. The whole section over can therefore be found at html under the Web section. For more information, see the section....
Browser
Headless browser - WebDriver / ChromeDriver (automated testing - W3C WebDriver API )

A WebDriver is a application: that control / drive real browsers. via function that are available via the the WebDriver API Each browser is backed by a specific WebDriver implementation, called...
Java Conceptuel Diagram
Java - Web Application (Web Module) - War

Web application in Java. A Java web application serve and/or generates interactive HTML web pages. An enterprise application may contain zero or more web applications. A web application is generally...
Card Puncher Data Processing
Javascript

is a scripting and procedural language that is used principally in the development of web application because It was created to manipulate the structure of web page. The whole section over can therefore...
NodeJs - Application

NodeJs application
Flask Idea Nodebug
Python Web - Flask

Flask is web framework to create web application. The idea of Flask is to build a good foundation for all applications. Everything else is up to you or extensions. Flask is just not designed for large...
Card Puncher Data Processing
Python Web - Web Server Gateway Interface (WSGI)

The Web Server Gateway Interface (WSGI) is a interface that specify how web servers should forward requests to web applications or frameworks. It's written in the Python programming language. A...



Share this page:
Follow us:
Task Runner